{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ManifestAttributesBase", "type": "object", "description": "Manifest attribute details.", "properties": { "digest": { "type": "string", "description": "Manifest digest." }, "imageSize": { "type": "integer", "description": "Image size." }, "createdTime": { "type": "string" }, "lastUpdateTime": { "type": "string" }, "architecture": { "type": "string", "description": "CPU architecture." }, "os": { "type": "string", "description": "Operating system." }, "mediaType": { "type": "string", "description": "Media type." }, "configMediaType": { "type": "string", "description": "Config media type." }, "tags": { "type": "array", "description": "List of tags." } } }