Tag attributes result.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TagAttributes", "title": "TagAttributes", "type": "object", "description": "Tag attributes result.", "properties": { "registry": { "type": "string", "example": "example_value" }, "imageName": { "type": "string", "example": "example_value" }, "tag": { "$ref": "#/components/schemas/TagAttributesBase" } } }