Skip to content

Instantly share code, notes, and snippets.

@akutz
Last active February 26, 2016 18:09
Show Gist options
  • Save akutz/9f0d3ee457815a6ddfae to your computer and use it in GitHub Desktop.
Save akutz/9f0d3ee457815a6ddfae to your computer and use it in GitHub Desktop.
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The instance ID."
},
"data": {
"type": "object",
"description": "Extra information about the instance ID."
}
},
"required": [
"id"
],
"additionalProperties": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment