Last active
August 2, 2024 19:18
-
-
Save harsh-2024/fb413ccea8d5aa0185cb179c6a2e0a66 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": [ | |
{ | |
"@protected": true, | |
"@version": 1.1, | |
"id": "@id", | |
"type": "@type", | |
"BalanceCredential": { | |
"@context": { | |
"@propagate": true, | |
"@protected": true, | |
"polygon-vocab": "urn:uuid:a5d0ac92-b024-4c47-8912-cefb14a3fb10#", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"balance": { | |
"@id": "polygon-vocab:balance", | |
"@type": "xsd:integer" | |
} | |
}, | |
"@id": "urn:uuid:89a74c2c-72f4-4537-8d62-76e18e3141a5" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment