From 20485c818520c9dfd1d968b53597375c370b795f Mon Sep 17 00:00:00 2001 From: cubap Date: Tue, 3 Dec 2024 12:42:42 -0600 Subject: [PATCH] Motivation should be Array, not String Fixes #2324 --- source/content-state/1.0/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content-state/1.0/index.md b/source/content-state/1.0/index.md index 4bcadd334..a00eee0b3 100644 --- a/source/content-state/1.0/index.md +++ b/source/content-state/1.0/index.md @@ -578,7 +578,7 @@ This example should cause a viewer to open Manifest `https://example.org/iiif/id "@context": "http://iiif.io/api/presentation/3/context.json", "id": "https://example.org/import/3", "type": "Annotation", - "motivation": "contentState", + "motivation": ["contentState"], "target": [ { "id": "https://example.org/iiif/item1/canvas37",