11{
2- "@context" : " http://iiif.io/api/presentation/3/context.json" ,
3- "id" : " {{ id.url }}" ,
4- "type" : " Manifest" ,
5- "label" : { "en" : [ " Visible Text Annotation" ] },
6- "items" : [
7- {
8- "id" : " {{ id.path }}/canvas" ,
9- "type" : " Canvas" ,
10- "height" : 31722 ,
11- "width" : 70399 ,
12- "items" : [
13- {
14- "id" : " {{ id.path }}/page/p1/1" ,
15- "type" : " AnnotationPage" ,
16- "items" : [
17- {
18- "id" : " {{ id.path }}/annotation/p0001-image" ,
19- "type" : " Annotation" ,
20- "motivation" : " painting" ,
21- "body" : {
22- "id" : " https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/max/0/default.jpg" ,
23- "type" : " Image" ,
24- "format" : " image/jpeg" ,
25- "height" : 31722 ,
26- "width" : 70399 ,
27- "service" : [
28- {
29- "id" : " https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004" ,
30- "profile" : " level1" ,
31- "type" : " ImageService3"
32- }
33- ]
34- },
35- "target" : " {{ id.path }}/canvas"
36- },
37- {
38- "id" : " {{ id.path }}/annotation/p0001-text" ,
39- "type" : " Annotation" ,
40- "motivation" : " painting" ,
41- "body" : {
42- "type" : " TextualBody" ,
43- "format" : " text/html" ,
44- "value" : " <p style='font-size:1000px; background-color: rgba(16, 16, 16, 0.5); padding:300px'>The koto is to the right, carried in a cloth wrapping.</p>" ,
45- "language" : " en"
46- },
47- "target" : " {{ id.path }}/canvas#xywh=5500,12200,8000,5000"
48- }
49- ]
50- }
51- ]
52- }
53- ]
54- }
2+ "@context" : " http://iiif.io/api/presentation/3/context.json" ,
3+ "id" : " https://iiif.io/api/cookbook/recipe/0599-drag-and-drop/dnd-manifest.json" ,
4+ "type" : " Annotation" ,
5+ "motivation" : [" contentState" ],
6+ "target" : {
7+ "id" : " https://iiif.io/api/cookbook/recipe/0006-text-language/manifest.json" ,
8+ "type" : " Manifest"
9+ }
10+ }
0 commit comments