@@ -1125,7 +1125,7 @@ This example is a Manifest with one Canvas that represents the temporal extent o
11251125 {
11261126 "id" : " https://example.org/iiif/presentation/examples/manifest-with-movie/placeholder/image" ,
11271127 "type" : " Annotation" ,
1128- "motivation" : " painting" ,
1128+ "motivation" : [ " painting" ] ,
11291129 "body" :
11301130 {
11311131 "id" : " https://example.org/image/placeholder.png" ,
@@ -1151,7 +1151,7 @@ This example is a Manifest with one Canvas that represents the temporal extent o
11511151 {
11521152 "id" : " https://example.org/iiif/presentation/examples/manifest-with-movie/anno1" ,
11531153 "type" : " Annotation" ,
1154- "motivation" : " painting" ,
1154+ "motivation" : [ " painting" ] ,
11551155 "body" :
11561156 {
11571157 "type" : " Choice" ,
@@ -1194,7 +1194,7 @@ This example is a Manifest with one Canvas that represents the temporal extent o
11941194 {
11951195 "id" : " https://example.org/iiif/presentation/examples/manifest-with-movie/subtitles/anno" ,
11961196 "type" : " Annotation" ,
1197- "motivation" : " supplementing" ,
1197+ "motivation" : [ " supplementing" ] ,
11981198 "provides" : [ " subtitles" ],
11991199 "body" : {
12001200 "id" : " https://example.org/text/subtitles.vtt" ,
@@ -2300,7 +2300,7 @@ The resource the user should be taken to is the [`body`][prezi-40-model-body] of
23002300{
23012301 "id" : " https://example.com/annotation/p0002-link" ,
23022302 "type" : " Annotation" ,
2303- "motivation" : " linking" ,
2303+ "motivation" : [ " linking" ] ,
23042304 "body" :
23052305 {
23062306 "id" : " https://example.com/website1" ,
@@ -2983,7 +2983,7 @@ The value of `provides` is an array of strings, taken from the [IIIF Registry of
29832983 {
29842984 "id" : " https://example.org/iiif/presentation/examples/manifest-with-movie/subtitles/anno" ,
29852985 "type" : " Annotation" ,
2986- "motivation" : " supplementing" ,
2986+ "motivation" : [ " supplementing" ] ,
29872987 "provides" : [ " alternativeText" ],
29882988 "body" : {... },
29892989 "target" : {
0 commit comments