Last active
December 11, 2024 18:11
-
-
Save ilya-korotya/64beaaa0b561a11cabc6ce99d956d7a0 to your computer and use it in GitHub Desktop.
This file contains 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", | |
"PrivatelyAgeVerification": { | |
"@context": { | |
"@propagate": true, | |
"@protected": true, | |
"polygon-vocab": "urn:uuid:9331189c-7dd6-4d10-a142-3cdc3ce5d759#", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"minAge": { | |
"@id": "polygon-vocab:minAge", | |
"@type": "xsd:integer" | |
}, | |
"maxAge": { | |
"@id": "polygon-vocab:maxAge", | |
"@type": "xsd:integer" | |
}, | |
"score": { | |
"@id": "polygon-vocab:score", | |
"@type": "xsd:integer" | |
}, | |
"gate": { | |
"@id": "polygon-vocab:gate", | |
"@type": "xsd:integer" | |
} | |
}, | |
"@id": "urn:uuid:a22603dd-0350-43d4-855d-9b920407a31a" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment