Query example #63
-
Dear trqp team, I'm trying to figure out what would be a proper example query, if I want to make sure It's not clear to me at the moment how do I securely "bind" a schema to an authorization in a Trust Registry. Any feedback would be appreciated. BR, VC: {
"@context":[
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/ns/credentials/examples/v2"
],
"id":"https://example.com/credentials/3733",
"type":[
"VerifiableCredential",
"ExampleEmailCredential"
],
"issuer":"did:issuer:678",
"issuanceDate":"2010-01-01T19:23:24Z",
"credentialSubject":{
"id":"did:example:ebfeb1f712ebc6f1c276e12ec21",
"emailAddress":"[email protected]"
},
"credentialSchema":{
"id":"https://example.com/credentials/3734",
"type":"JsonSchemaCredential"
}
} Issuer DID Document: { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
for your credential type and action, you'd want to create a simple string. Something like "mycredtype.issue" or "mycredtype.fullproof" for an Issuer and Verifier respectively. |
Beta Was this translation helpful? Give feedback.
for your credential type and action, you'd want to create a simple string. Something like "mycredtype.issue" or "mycredtype.fullproof" for an Issuer and Verifier respectively.