mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-06-03 13:56:20 +00:00
lexicon validation fix
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user