{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ManifestAttributesBase", "type": "object", "properties": { "digest": { "type": "string" }, "imageSize": { "type": "integer" }, "createdTime": { "type": "string" }, "lastUpdateTime": { "type": "string" }, "architecture": { "type": "string" }, "os": { "type": "string" }, "mediaType": { "type": "string" }, "configMediaType": { "type": "string" }, "tags": { "type": "array" } } }