Skip to content

Instantly share code, notes, and snippets.

@ilya-korotya
Last active December 23, 2024 20:40
Show Gist options
  • Save ilya-korotya/078de56c274d44ea5a9579e137bd4301 to your computer and use it in GitHub Desktop.
Save ilya-korotya/078de56c274d44ea5a9579e137bd4301 to your computer and use it in GitHub Desktop.
AnonAadhaar
{
"@context": [
{
"@protected": true,
"@version": 1.1,
"id": "@id",
"type": "@type",
"AnonAadhaar": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:64878fe9-8661-40b2-a39d-8d7527a6bdf5#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"birthday": {
"@id": "polygon-vocab:birthday",
"@type": "xsd:integer"
},
"ageAbove18": {
"@id": "polygon-vocab:ageAbove18",
"@type": "xsd:integer"
},
"gender": {
"@id": "polygon-vocab:gender",
"@type": "xsd:integer"
},
"pinCode": {
"@id": "polygon-vocab:pinCode",
"@type": "xsd:integer"
},
"state": {
"@id": "polygon-vocab:state",
"@type": "xsd:integer"
}
},
"@id": "urn:uuid:125601e6-c959-4d48-8502-75cd8858968b"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment