test/integration/allocine_dossier_independant/json_examples/posted_annotations.json
equal
deleted
inserted
replaced
1 { |
|
2 "format": "http://advene.org/ns/cinelab/", |
|
3 "imports": [ |
|
4 { |
|
5 "id": "cinecast", |
|
6 "url": "http://festival.cinecast.fr/configuration.json" |
|
7 } |
|
8 ], |
|
9 "annotations": [ |
|
10 { |
|
11 "media": "cinecast:Bamako", |
|
12 "begin": 0, |
|
13 "end": 0, |
|
14 "type": "cinecast:UserAnnotation", |
|
15 "type_title": "Contributions", |
|
16 "content": { |
|
17 "data": "Hello, #world !" |
|
18 }, |
|
19 "tags": ["cinecast:world"] |
|
20 } |
|
21 ], |
|
22 "meta": { |
|
23 "creator": "user_name_or_id", |
|
24 "created": "Wed Mar 21 2012 15:30:20 GMT+0100" |
|
25 } |
|
26 } |
|