Skip to content

Instantly share code, notes, and snippets.

@mitselek
Last active June 14, 2016 08:34
Show Gist options
  • Save mitselek/36b7f3c01f838fa51568d9ed70226b26 to your computer and use it in GitHub Desktop.
Save mitselek/36b7f3c01f838fa51568d9ed70226b26 to your computer and use it in GitHub Desktop.
Configuration for media annotation
{
"sourceMedia": "http://vimeo.com/166032416",
"submit": {
"label": "Save",
"target": "https://intiator.com/api/annotate/annotate/submit"
},
"reSubmit": {
"label": "Change",
"target": "https://intiator.com/api/annotate/annotate/submit"
},
"fields": [
{
"label": "Approximate location",
"field": "geoTag",
"type": "geoTag",
"scale": "50 km",
"center": "current"
},
{
"label": "Time window",
"field": "time",
"type": "time",
"scale": "50 years",
"center": "1965"
},
{
"label": "Additional information",
"field": "info",
"type": "text"
},
{
"label": "Subject",
"field": "subject",
"type": "classifier",
"values": [
{ "id": "4g48sds-3b3jk-4bjk34", "value": "IIWW" },
{ "id": "4g48sds-3b3jk-4bjk64", "value": "Too cute" },
{ "id": "4g48sds-3b3jk-4bjzi9", "value": "Wedding" },
{ "id": "4g48sds-3b3jk-4bryuj", "value": "Speach" }
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment