Created
April 1, 2020 15:51
-
-
Save sivsivsree/d4be9459cb189acffc8ebafbeadebf0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1", | |
"https://www.w3.org/2018/credentials/examples/v1" | |
], | |
"id": "http://example.edu/credentials/1872", | |
"type": ["VerifiableCredential", "AlumniCredential"], | |
"issuer": "https://example.edu/issuers/565049", | |
"issuanceDate": "2010-01-01T19:73:24Z", | |
"credentialSubject": { | |
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21", | |
"alumniOf": { | |
"id": "did:example:c276e12ec21ebfeb1f712ebc6f1", | |
"name": [{ | |
"value": "Example University", | |
"lang": "en" | |
}, { | |
"value": "Exemple d'Université", | |
"lang": "fr" | |
}] | |
} | |
}, | |
"proof": { | |
"type": "RsaSignature2018", | |
"created": "2017-06-18T21:19:10Z", | |
"proofPurpose": "assertionMethod", | |
"verificationMethod": "https://example.edu/issuers/keys/1", | |
"jws": "eyJhbGciOiJSUzI1NiIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..TCYt5X | |
sITJX1CxPCT8yAV-TVkIEq_PbChOMqsLfRoPsnsgw5WEuts01mq-pQy7UJiN5mgRxD-WUc | |
X16dUEMGlv50aqzpqh4Qktb3rk-BuQy72IFLOqV0G_zS245-kronKb78cPN25DGlcTwLtj | |
PAYuNzVBAh4vGHSrQyHUdBBPM" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1", | |
"https://www.w3.org/2018/credentials/examples/v1" | |
], | |
"id": "http://example.edu/credentials/3732", | |
"type": ["VerifiableCredential", "UniversityDegreeCredential"], | |
"issuer": { | |
"id": "did:example:76e12ec712ebc6f1c221ebfeb1f", | |
"name": "Example University" | |
}, | |
"issuanceDate": "2010-01-01T19:23:24Z", | |
"credentialSubject": { | |
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21", | |
"degree": { | |
"type": "BachelorDegree", | |
"name": "Bachelor of Science and Arts" | |
} | |
}, | |
"proof": { } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1", | |
"https://www.w3.org/2018/credentials/examples/v1" | |
], | |
"id": "http://example.edu/credentials/3732", | |
"type": ["VerifiableCredential", "UniversityDegreeCredential"], | |
"issuer": "https://example.edu/issuers/14", | |
"issuanceDate": "2010-01-01T19:23:24Z", | |
"credentialSubject": { | |
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21", | |
"degree": { | |
"type": "BachelorDegree", | |
"name": "Bachelor of Science and Arts" | |
} | |
}, | |
"proof": { } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1", | |
"https://www.w3.org/2018/credentials/examples/v1" | |
], | |
"id": "http://example.edu/credentials/3732", | |
"type": ["VerifiableCredential", "UniversityDegreeCredential"], | |
"issuer": "https://example.edu/issuers/14", | |
"issuanceDate": "2010-01-01T19:23:24Z", | |
"credentialSubject": { | |
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21", | |
"degree": { | |
"type": "BachelorDegree", | |
"name": "Bachelor of Science and Arts" | |
} | |
}, | |
"credentialStatus": { | |
"id": "https://example.edu/status/24", <-- has to be a link as per W3C standards | |
"type": "CredentialStatusList2017" | |
}, | |
"proof": { } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment