Skip to content

Instantly share code, notes, and snippets.

@ilya-korotya
Last active May 9, 2023 12:40
Show Gist options
  • Save ilya-korotya/e65042854a498c38def34d00c30f1ab6 to your computer and use it in GitHub Desktop.
Save ilya-korotya/e65042854a498c38def34d00c30f1ab6 to your computer and use it in GitHub Desktop.
OnChainCredentialStatus
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"OnChainCredentialStatus": {
"@id": "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/iden3credential-v2.json-ld#Iden3ReverseSparseMerkleTreeProof",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"kyc-vocab": "https://github.com/iden3/claim-schema-vocab/blob/main/credentials/kyc.md#",
"revocationContract": {
"@id": "kyc-vocab:revocationContract",
"@type": "xsd:string"
},
"revocationNonce": {
"@id": "kyc-vocab:revocationNonce",
"@type": "xsd:integer"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment