A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lexicon validation fix

+6 -6
+6 -6
lexicons/io/atcr/manifest.json
··· 65 65 "description": "Referenced manifests (for manifest lists/indexes)" 66 66 }, 67 67 "annotations": { 68 - "type": "object", 69 - "description": "Optional metadata annotations" 68 + "type": "unknown", 69 + "description": "Optional OCI annotation metadata. Map of string keys to string values (e.g., org.opencontainers.image.title → 'My App')." 70 70 }, 71 71 "subject": { 72 72 "type": "ref", ··· 111 111 "description": "Optional direct URLs to blob (for BYOS)" 112 112 }, 113 113 "annotations": { 114 - "type": "object", 115 - "description": "Optional metadata" 114 + "type": "unknown", 115 + "description": "Optional OCI annotation metadata. Map of string keys to string values." 116 116 } 117 117 } 118 118 }, ··· 139 139 "description": "Platform information for this manifest" 140 140 }, 141 141 "annotations": { 142 - "type": "object", 143 - "description": "Optional metadata" 142 + "type": "unknown", 143 + "description": "Optional OCI annotation metadata. Map of string keys to string values." 144 144 } 145 145 } 146 146 },