Skip to content

Instantly share code, notes, and snippets.

@jimthedev
Created September 8, 2014 15:38
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 jimthedev/e229f03d3d71fd563a47 to your computer and use it in GitHub Desktop.
Save jimthedev/e229f03d3d71fd563a47 to your computer and use it in GitHub Desktop.
schema.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"shift": {
"$ref": "members-rest-api/schema/#/definitions/shift"
},
"blah": {
"test": "boolean"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment