Skip to content

Instantly share code, notes, and snippets.

@Fak3
Last active June 21, 2021 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fak3/bc1cf5348d713b39252b48a6b07c9ad8 to your computer and use it in GitHub Desktop.
Save Fak3/bc1cf5348d713b39252b48a6b07c9ad8 to your computer and use it in GitHub Desktop.
{
"@context": {
"@version": 1.1,
"@protected": true,
"OpenAttestationCredential": {
"@id": "https://schemata.openattestation.com/vocab/#OpenAttestationCredential",
"@context": {
"identity": {
"@id": "https://lol.com/todo",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"identifier": "xsd:string",
"DNS-TXT": "xsd:string"
}
},
"template": {
"@id": "https://lol.com/todo",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"name": "xsd:string",
"url": "xsd:string",
"EMBEDDED_RENDERER": "xsd:string"
}
},
"privacy": {
"@id": "https://lol.com/todo",
"@context": {
"@version": 1.1,
"@protected": true,
"obfuscatedData": {
"@id": "https://lol.com/todo",
"@container": [
"@index",
"@set"
]
}
}
},
"method": "xsd:string",
"OpenAttestationSignature2018": "xsd:string",
"reference": "xsd:string",
"name": "xsd:string",
"value": "xsd:string",
"path": "xsd:string",
"signature": {
"@id": "https://lol.com/todo",
"@context": {
"@version": 1.1,
"id": "@id",
"@protected": true,
"targetHash": "xsd:string",
"proof": "xsd:string",
"merkleRoot": "xsd:string",
"salts": {
"@id": "https://lol.com/todo",
"@container": [
"@index",
"@set"
]
}
}
},
"data": "xsd:string",
"fileName": "xsd:string",
"mimeType": "xsd:string"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment