{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeletedRepository", "title": "DeletedRepository", "type": "object", "description": "Deleted repository result.", "properties": { "manifestsDeleted": { "type": "array", "items": { "type": "string" }, "description": "Digests of manifests deleted.", "example": [] }, "tagsDeleted": { "type": "array", "items": { "type": "string" }, "description": "Tags deleted.", "example": [] } } }