Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aditya-vijaykumar/3b59e3b344dcd66b969d8b06c48e36bb to your computer and use it in GitHub Desktop.
Save aditya-vijaykumar/3b59e3b344dcd66b969d8b06c48e36bb to your computer and use it in GitHub Desktop.
{
"@context": [
{
"@protected": true,
"@version": 1.1,
"id": "@id",
"type": "@type",
"ArtemisDaoMembershipCredential": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:6b7a499d-6791-4713-8250-5fc6f07284b7#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"amId": {
"@id": "polygon-vocab:amId",
"@type": "xsd:string"
},
"daoKey": {
"@id": "polygon-vocab:daoKey",
"@type": "xsd:string"
},
"voteBalance": {
"@id": "polygon-vocab:voteBalance",
"@type": "xsd:double"
},
"timestamp": {
"@id": "polygon-vocab:timestamp",
"@type": "xsd:double"
}
},
"@id": "urn:uuid:3df18406-433b-430e-81cf-79e338f4df38"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment