lexicon validation fix

This commit is contained in:
Evan Jarrett
2025-12-20 11:30:08 -06:00
parent 5a208de4c9
commit e8e375639d

View File

@@ -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."
}
}
},