We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e2236 commit ffe5571Copy full SHA for ffe5571
components/DeriveCredentialOptions.yml
@@ -17,16 +17,12 @@ components:
17
additionalProperties: false
18
description: Options for specifying how the derived credential is created.
19
properties:
20
- nonce:
21
- type: string
22
- description: An encoded nonce provided by the holder of the credential, to be included in the DataIntegrityProof.
23
selectivePointers:
24
type: array
25
description: An array of JSON pointers specifying the selectively disclosed information.
26
items:
27
type: string
28
example:
29
{
30
- "nonce": "lEixQKDQvRecCifKl789TQj+Ii6YWDLSwn3AxR0VpPJ1QV5htod/0VCchVf1zVM0y2E=",
31
"selectivePointers": ["/credentialSubject/birthCountry"]
32
}
0 commit comments