Tag list result.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TagList", "type": "object", "description": "Tag list result.", "properties": { "registry": { "type": "string", "description": "Registry name." }, "imageName": { "type": "string", "description": "Image name." }, "tags": { "type": "array", "description": "List of tag attributes." } } }