{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RepositoryAttributes", "type": "object", "properties": { "registry": { "type": "string" }, "imageName": { "type": "string" }, "createdTime": { "type": "string" }, "lastUpdateTime": { "type": "string" }, "manifestCount": { "type": "integer" }, "tagCount": { "type": "integer" } } }