diff -r a8af9da7c622 -r 526f91f5253e 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 Wed Mar 21 16:43:25 2012 +0100 @@ -0,0 +1,19 @@ +{ + "annotations": [ + { + "media": "cinecast:Bamako", + "begin": 0, + "end": 0, + "type": "cinecast:UserAnnotation", + "type_title": "Contributions", + "content": { + "data": "Hello, #world !" + }, + "tags": ["#world"] + } + ], + "meta": { + "creator": "user_name_or_id", + "created": "Wed Mar 21 2012 15:30:20 GMT+0100" + } +} \ No newline at end of file