diff -r 7b55777486c3 -r 75ba66457232 test/integration/allocine_dossier_independant/json_examples/posted_annotations.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/allocine_dossier_independant/json_examples/posted_annotations.json Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,26 @@ +{ + "format": "http://advene.org/ns/cinelab/", + "imports": [ + { + "id": "cinecast", + "url": "http://festival.cinecast.fr/configuration.json" + } + ], + "annotations": [ + { + "media": "cinecast:Bamako", + "begin": 0, + "end": 0, + "type": "cinecast:UserAnnotation", + "type_title": "Contributions", + "content": { + "data": "Hello, #world !" + }, + "tags": ["cinecast:world"] + } + ], + "meta": { + "creator": "user_name_or_id", + "created": "Wed Mar 21 2012 15:30:20 GMT+0100" + } +} \ No newline at end of file