Skip to content

Instantly share code, notes, and snippets.

@alexanderdean
Last active August 29, 2015 14:02
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 alexanderdean/10ca319e08ca8e1e3984 to your computer and use it in GitHub Desktop.
Save alexanderdean/10ca319e08ca8e1e3984 to your computer and use it in GitHub Desktop.
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"description": "Schema for a video_played event",
"self": {
"vendor": "com.channel2.vod",
"name": "video_played",
"format": "jsonschema",
"version": "1-0-0"
},
"type": "object",
"properties": {
"length": {
"type": "number"
},
"id": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
},
"required": ["length", "id"],
"additionalProperties": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment