Skip to content

Instantly share code, notes, and snippets.

View trsh's full-sized avatar

Janis trsh

View GitHub Profile
{
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
"type": "object",
"properties": {
"x": {
"type": "object",
"title": "Yak",
"required": [
"y"
@trsh
trsh / json
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",