Created
October 7, 2021 17:44
-
-
Save a-ignatov-parc/86fcc9d5e182dcd8274d09ce0eb17c97 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
{ | |
"@version": 1.1, | |
"@protected": true, | |
"@id": "https://big-plato.com/vocab/CustomVc", | |
"@context": { | |
"@protected": true, | |
"@vocab": "https://big-plato.com/vocab/CustomVc#", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"foo": { "@type": "xsd:string" }, | |
"bar": { "@type": "xsd:string" }, | |
"baz": { | |
"@context": { | |
"@protected": true, | |
"qux": { "@type": "xsd:string" } | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment