Skip to content

Instantly share code, notes, and snippets.

@piscis
Last active October 5, 2015 15:35
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 piscis/496762fe815372da2cb4 to your computer and use it in GitHub Desktop.
Save piscis/496762fe815372da2cb4 to your computer and use it in GitHub Desktop.
{
"filters": [{
"lang": [{"de": "XTAG (de)"}, {"en": "XTAG (EN)"}],
"key": "xtag"
}],
"projects": [{
"id": 1,
"description": "...",
"title": "...",
"tileUrl": "http://tile-url.example.org/tile.jpg",
"tags": ["xtag", "otherTag"],
"slides":[{
"title": "...",
"description": "...",
"type": "video",
"url": "http://vimeo/XYZ",
"posterUrl": "http://poster-image.example.org/test.jpg"
},{
"title": "...",
"description": "...",
"type": "image",
"url": "http://image-url-test.org/XYZ",
},{
"id": 2,
"description": "...",
"title": "...",
"tileUrl": "http://tile-url.example.org/tile.jpg",
"tags": ["xtag"],
"slides":[{
"title": "...",
"description": "...",
"type": "video",
"url": "http://vimeo/XYZ",
"posterUrl": "http://poster-image.example.org/test.jpg"
},{
"title": "...",
"description": "...",
"type": "image",
"url": "http://image-url-test.org/XYZ",
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment