Skip to content

Instantly share code, notes, and snippets.

@sofusalbertsen
Created March 22, 2016 11:15
Show Gist options
  • Save sofusalbertsen/b00c3dc8de2835d08118 to your computer and use it in GitHub Desktop.
Save sofusalbertsen/b00c3dc8de2835d08118 to your computer and use it in GitHub Desktop.
{
"type": "object",
"oneOf" : [{
"properties": {
"id": {
"type": "string"
},
"prev": {
"type": "array",
"items": {
"type": "string"
}
},
"url": {
"type": "string"
},
"type": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"data": {
"type": ["object","string","array"]
}}
}],
"required": [
"id",
"prev",
"type",
"timestamp",
"data"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment