EvaluationDecision
decisionstringrequired
Example:
DENYreasonstring
Example:
Invalid signaturepermissionsstring[]
Example:
["VALID"]prohibitionsstring[]
Example:
["INVALID"]obligationsstring[]
Example:
["INDECISIVE"]context object
transferIdstring
Example:
b86483f3-3792-4a54-b11e-f1c6face9935localParticipantstringrequired
Example:
did:example:localParticipantremoteParticipantstringrequired
Example:
did:example:remoteParticipanttargetstringrequired
Example:
randomDataSetIDactionstringrequired
Example:
USEverifiableCredentials objectrequired
credential object
@contextstring[]required
Possible values: [https://www.w3.org/ns/credentials/v2, string]
Example:
["https://www.w3.org/ns/credentials/v2"]typestring[]required
Example:
["VerifiableCredential","TestCredential"]idstring
Example:
http://example.edu/credentials/1872credentialSubject objectrequired
idstringrequired
Example:
did:example:subject-1property name*any
Example:
{"id":"did:example:subject-1","customProp":"value"}issuerstringrequired
Example:
did:example:issuerissuanceDatestring
Example:
2020-01-01T00:00:00ZexpirationDatestring
Example:
2030-01-01T00:00:00ZvalidFromstring
Example:
2020-01-01T00:00:00ZvalidUntilstring
Example:
2030-01-01T00:00:00Zevidence object
property name*any
Example:
{"type":"DocumentVerification","verifier":"did:example:verifier"}credentialStatus object
oneOf
- CredentialStatus
- array
idstringrequired
Example:
did:example:credential-statustypestringrequired
Possible values: [BitstringStatusListEntry]
Example:
BitstringStatusListEntrystatusPurposestringrequired
Possible values: [refresh, revocation, suspension, message]
Example:
suspensionstatusListIndexstringrequired
Example:
0statusListCredentialstringrequired
Example:
did:example:status-credentialstatusSizestring
Example:
10statusMessage object[]
Array [
statusstringrequired
Example:
deadbeefmessagestringrequired
Example:
Status message detail]
statusReferencestring
Example:
https://example.com/statusArray [
idstringrequired
Example:
did:example:credential-statustypestringrequired
Possible values: [BitstringStatusListEntry]
Example:
BitstringStatusListEntrystatusPurposestringrequired
Possible values: [refresh, revocation, suspension, message]
Example:
suspensionstatusListIndexstringrequired
Example:
0statusListCredentialstringrequired
Example:
did:example:status-credentialstatusSizestring
Example:
10statusMessage object[]
Array [
statusstringrequired
Example:
deadbeefmessagestringrequired
Example:
Status message detail]
statusReferencestring
Example:
https://example.com/status]
jwtstringrequired
Example:
eyJraWQiOiJFeEhrQk1XOWZtYmt2VjI2Nm1ScHVQMnNVWV9OX0VXSU4xbGFwVXpPOHJvIiwiYWxnIjoiRVMyNTYifQ.eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvbnMvY3JlZGVudGlhbHMvdjIiLCJodHRwczovL3d3dy53My5vcmcvbnMvY3JlZGVudGlhbHMvZXhhbXBsZXMvdjIiXSwiaWQiOiJodHRwOi8vdW5pdmVyc2l0eS5leGFtcGxlL2NyZWRlbnRpYWxzLzM3MzIiLCJ0eXBlIjpbIlZlcmlmaWFibGVDcmVkZW50aWFsIiwiRXhhbXBsZURlZ3JlZUNyZWRlbnRpYWwiXSwiaXNzdWVyIjoiaHR0cHM6Ly91bml2ZXJzaXR5LmV4YW1wbGUvaXNzdWVycy81NjUwNDkiLCJ2YWxpZEZyb20iOiIyMDEwLTAxLTAxVDAwOjAwOjAwWiIsImNyZWRlbnRpYWxTdWJqZWN0Ijp7ImlkIjoiZGlkOmV4YW1wbGU6ZWJmZWIxZjcxMmViYzZmMWMyNzZlMTJlYzIxIiwiZGVncmVlIjp7InR5cGUiOiJFeGFtcGxlQmFjaGVsb3JEZWdyZWUiLCJuYW1lIjoiQmFjaGVsb3Igb2YgU2NpZW5jZSBhbmQgQXJ0cyJ9fX0.YEsG9at9Hnt_j-UykCrnl494fcYMTjzpgvlK0KzzjvfmZmSg-sNVJqMZWizYhWv_eRUvAoZohvSJWeagwj_Ajwproof object[]required
Array [
idstring
Example:
did:example:xyz#proof-1typestringrequired
Possible values: [DataIntegrityProof]
Example:
DataIntegrityProofproofPurposestringrequired
Example:
assertionMethodverificationMethodstring
Example:
did:example:author#verificationKeycryptosuitestringrequired
Example:
ecdsa-2019createdstring
Example:
2021-01-01T00:00:00Zexpiresstring
Example:
2022-01-01T00:00:00Zdomainstring[]
Example:
["example.com"]challengestring
Example:
1234567890proofValuestringrequired
Example:
ProofValueStringpreviousProofstring[]
Example:
["PreviousProof1","PreviousProof2"]noncestring
Example:
nonce-string]
evaluationTimestring<date-time>required
Example:
2025-02-21T10:26:42.206ZEvaluationDecision
{
"decision": "DENY",
"reason": "Invalid signature",
"permissions": [
"VALID"
],
"prohibitions": [
"INVALID"
],
"obligations": [
"INDECISIVE"
],
"context": {
"transferId": "b86483f3-3792-4a54-b11e-f1c6face9935",
"localParticipant": "did:example:localParticipant",
"remoteParticipant": "did:example:remoteParticipant",
"target": "randomDataSetID",
"action": "USE",
"verifiableCredentials": {
"credential": {
"@context": [
"https://www.w3.org/ns/credentials/v2"
],
"type": [
"VerifiableCredential"
],
"credentialSubject": {
"id": "did:example:subject-1"
},
"issuer": "did:example:issuer",
"validFrom": "2020-01-01T00:00:00Z",
"proof": {
"type": "DataIntegrityProof",
"created": "2020-01-01T00:00:00Z",
"proofPurpose": "assertionMethod",
"cryptosuite": "eddsa-jcs-2022",
"proofValue": "",
"verificationMethod": "did:example:123456#key-1"
}
},
"jwt": "eyJraWQiOiJFeEhrQk1XOWZtYmt2VjI2Nm1ScHVQMnNVWV9OX0VXSU4xbGFwVXpPOHJvIiwiYWxnIjoiRVMyNTYifQ.eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvbnMvY3JlZGVudGlhbHMvdjIiLCJodHRwczovL3d3dy53My5vcmcvbnMvY3JlZGVudGlhbHMvZXhhbXBsZXMvdjIiXSwiaWQiOiJodHRwOi8vdW5pdmVyc2l0eS5leGFtcGxlL2NyZWRlbnRpYWxzLzM3MzIiLCJ0eXBlIjpbIlZlcmlmaWFibGVDcmVkZW50aWFsIiwiRXhhbXBsZURlZ3JlZUNyZWRlbnRpYWwiXSwiaXNzdWVyIjoiaHR0cHM6Ly91bml2ZXJzaXR5LmV4YW1wbGUvaXNzdWVycy81NjUwNDkiLCJ2YWxpZEZyb20iOiIyMDEwLTAxLTAxVDAwOjAwOjAwWiIsImNyZWRlbnRpYWxTdWJqZWN0Ijp7ImlkIjoiZGlkOmV4YW1wbGU6ZWJmZWIxZjcxMmViYzZmMWMyNzZlMTJlYzIxIiwiZGVncmVlIjp7InR5cGUiOiJFeGFtcGxlQmFjaGVsb3JEZWdyZWUiLCJuYW1lIjoiQmFjaGVsb3Igb2YgU2NpZW5jZSBhbmQgQXJ0cyJ9fX0.YEsG9at9Hnt_j-UykCrnl494fcYMTjzpgvlK0KzzjvfmZmSg-sNVJqMZWizYhWv_eRUvAoZohvSJWeagwj_Ajw",
"proof": [
{
"type": "DataIntegrityProof",
"created": "2020-01-01T00:00:00Z",
"proofPurpose": "assertionMethod",
"cryptosuite": "eddsa-jcs-2022",
"proofValue": "",
"verificationMethod": "did:example:123456#key-1"
}
]
},
"evaluationTime": "2025-02-21T10:26:42.206Z"
}
}