test/integration/allocine_dossier_independant/json_examples/posted_annotations.json
author veltr
Thu, 10 May 2012 18:52:44 +0200
changeset 889 122fc46d7d4a
parent 842 4ae2247a59f4
permissions -rw-r--r--
Merge with 8ad8fa86c732fb484b503c17b381e1e59180a4cb

{
    "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"
    }
}