From 60ac2060f7d97ba1fa1ebc4a5214d02466e6eaa5 Mon Sep 17 00:00:00 2001 From: "Kevin S. Clarke" Date: Tue, 17 Oct 2023 23:56:01 -0400 Subject: [PATCH] Fix ImageService3 in 0047-homepage --- recipe/0047-homepage/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/0047-homepage/manifest.json b/recipe/0047-homepage/manifest.json index 793330a58..1bb56aae0 100644 --- a/recipe/0047-homepage/manifest.json +++ b/recipe/0047-homepage/manifest.json @@ -40,9 +40,9 @@ "format": "image/jpeg", "service": [ { - "@id": "https://iiif.io/api/image/3.0/example/reference/28473c77da3deebe4375c3a50572d9d3-laocoon", - "@type": "ImageService3", - "profile": "http://iiif.io/api/image/2/level1.json" + "id": "https://iiif.io/api/image/3.0/example/reference/28473c77da3deebe4375c3a50572d9d3-laocoon", + "type": "ImageService3", + "profile": "level1" } ], "height": 3000,