Skip to content

Instantly share code, notes, and snippets.

@trsh
Last active August 20, 2018 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trsh/b710a2ed982c4064c06c4d0fae7cd5e4 to your computer and use it in GitHub Desktop.
Save trsh/b710a2ed982c4064c06c4d0fae7cd5e4 to your computer and use it in GitHub Desktop.
{
"$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