Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save spatializes/b05c0d62d594f9d31dff3fc11822a8c4 to your computer and use it in GitHub Desktop.
Save spatializes/b05c0d62d594f9d31dff3fc11822a8c4 to your computer and use it in GitHub Desktop.
PolygonID LiveCredential v1.0 Context
{
"@context": [
{
"@protected": true,
"@version": 1.1,
"id": "@id",
"type": "@type",
"LiveCredential": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:173293c1-8abe-49fe-a8a9-8cb5e5cf8761#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"walletAddress": {
"@id": "polygon-vocab:walletAddress",
"@type": "xsd:string"
},
"tokenId": {
"@id": "polygon-vocab:tokenId",
"@type": "xsd:string"
},
"tokenAddress": {
"@id": "polygon-vocab:tokenAddress",
"@type": "xsd:string"
},
"eventId": {
"@id": "polygon-vocab:eventId",
"@type": "xsd:string"
},
"scanTimestamp": {
"@id": "polygon-vocab:scanTimestamp",
"@type": "xsd:string"
}
},
"@id": "urn:uuid:9799574e-1ff7-4580-9fc2-e78366663d7e"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment