Skip to content

Instantly share code, notes, and snippets.

@nilclass
Created October 20, 2012 21:39
Show Gist options
  • Save nilclass/3924909 to your computer and use it in GitHub Desktop.
Save nilclass/3924909 to your computer and use it in GitHub Desktop.
privateClient.delareType('video', {
"description" : "a reference to a place you'd like to return to at some point.",
"type" : "object",
"properties": {
"title": {
"type": "string",
"description": "the title of the place the video points to",
"required": true
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment