
{
   "id": "http://tomcrane.github.io/scratch/manifests/3/pdf.json",
   "type":"Manifest",
   "label":"Annotating a docx and an epub on a canvas.",
   "sequences":[
      {
         "type":"Sequence",
         "canvases":[
            {
               "id":"http://tomcrane.github.io/scratch/manifests/3/canvas/99",
               "type":"Canvas",
               "width": 1000,
               "height": 700,
               "label":"A stage for a docx and epub",
               "content":[
                  {
                     "id":"...",
                     "type":"AnnotationPage",
                     "items":[
                        {
                           "id":"http://tomcrane.github.io/scratch/manifests/3/pdf/anno1",
                           "type":"Annotation",
                           "motivation":"painting",
                           "thumbnail": "http://edsilv.github.io/test-manifests/assets/docx.jpg",
                           "body":{
                              "id":"http://edsilv.github.io/test-manifests/assets/test.docx",
                              "type":"Document",
                              "format":"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                              "label": "Test docx",
                              "description": "2.35kb"
                           },
                           "target":"http://tomcrane.github.io/scratch/manifests/3/canvas/99"
                        },                        
                        {
                           "id":"http://tomcrane.github.io/scratch/manifests/3/pdf/anno2",
                           "type":"Annotation",
                           "motivation":"painting",
                           "thumbnail": "http://edsilv.github.io/test-manifests/assets/epub.png",
                           "body":{
                              "id":"http://edsilv.github.io/test-manifests/assets/test.epub",
                              "type":"Document",
                              "format":"application/epub+zip",
                              "label": "Test epub",
                              "description": "3.89kb"
                           },
                           "target":"http://tomcrane.github.io/scratch/manifests/3/canvas/99"
                        }
                     ]
                  }
               ]
            }
         ]
      }
   ]
}