From 2277767796c1df807580c0934242328af6c83cdb Mon Sep 17 00:00:00 2001
From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr>
Date: Thu, 9 Mar 2023 11:42:24 +0100
Subject: [PATCH] Add video

---
 docs/manifests/AnnotWithThumbail.json | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/docs/manifests/AnnotWithThumbail.json b/docs/manifests/AnnotWithThumbail.json
index 9b42909..ac10efb 100644
--- a/docs/manifests/AnnotWithThumbail.json
+++ b/docs/manifests/AnnotWithThumbail.json
@@ -70,7 +70,21 @@
             "value" : "3eme annotation qui ne marche pas"
           },
           "target" : "https://iiif.io/api/cookbook/recipe/0019-html-in-annotations/canvas-1"
+        },
+        {
+          "id" : "https://iiif.io/api/cookbook/recipe/0019-html-in-annotations/canvas-1/annopage-2/anno-4#https://dzkimgs.l.u-tokyo.ac.jp/videos/cat2020/manifest.json",
+          "type" : "Annotation",
+          "motivation" : "commenting",
+          "body" : {
+            "type" : "TextualBody",
+            "language" : "de",
+            "format" : "text/html",
+            "value" : "4e annotation avec une video"
+          },
+          "target" : "https://iiif.io/api/cookbook/recipe/0019-html-in-annotations/canvas-1"
         } ]
       }]
     } ]
-  }
\ No newline at end of file
+  }
+
+
-- 
GitLab