Skip to content

Instantly share code, notes, and snippets.

@freetonik
Last active August 29, 2015 14:04
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 freetonik/02ef49e2c179d1cececf to your computer and use it in GitHub Desktop.
Save freetonik/02ef49e2c179d1cececf to your computer and use it in GitHub Desktop.
{
"id": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Theory unit schema",
"type": "object",
"required": ["video"],
"properties": {
"video": {
"type": "string",
"description": "YouTube video id"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment