Skip to content

Instantly share code, notes, and snippets.

@trsh
Last active August 20, 2018 10:44
{
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
"type": "object",
"properties": {
"z": {
"type": "string"
},
"x": {
"type": "object",
"title": "Yak",
"required": [
"y"
],
"properties": {
"y": {
"type": "string"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment