From e8e375639daa2467f85e4351dcbf0533ff0cb161 Mon Sep 17 00:00:00 2001 From: Evan Jarrett Date: Sat, 20 Dec 2025 11:30:08 -0600 Subject: [PATCH] lexicon validation fix --- lexicons/io/atcr/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lexicons/io/atcr/manifest.json b/lexicons/io/atcr/manifest.json index b080c21..57ca0f4 100644 --- a/lexicons/io/atcr/manifest.json +++ b/lexicons/io/atcr/manifest.json @@ -65,8 +65,8 @@ "description": "Referenced manifests (for manifest lists/indexes)" }, "annotations": { - "type": "object", - "description": "Optional metadata annotations" + "type": "unknown", + "description": "Optional OCI annotation metadata. Map of string keys to string values (e.g., org.opencontainers.image.title → 'My App')." }, "subject": { "type": "ref", @@ -111,8 +111,8 @@ "description": "Optional direct URLs to blob (for BYOS)" }, "annotations": { - "type": "object", - "description": "Optional metadata" + "type": "unknown", + "description": "Optional OCI annotation metadata. Map of string keys to string values." } } }, @@ -139,8 +139,8 @@ "description": "Platform information for this manifest" }, "annotations": { - "type": "object", - "description": "Optional metadata" + "type": "unknown", + "description": "Optional OCI annotation metadata. Map of string keys to string values." } } },