Tag attributes result.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TagAttributes", "type": "object", "description": "Tag attributes result.", "properties": { "registry": { "type": "string" }, "imageName": { "type": "string" } } }