test/integration/allocine_dossier_independant/json_examples/posted_annotations.json
author cavaliet
Thu, 10 May 2012 18:36:38 +0200
changeset 886 ab69ff6fa02b
parent 842 4ae2247a59f4
permissions -rw-r--r--
correct js for embed bab player.

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