{ "type": "object", "properties": { "tags": { "allOf": [ { "$ref": "#/components/schemas/ResourceTagList" }, { "description": "An array of tags associated with the domain." } ] } }, "$schema": "http://json-schema.org/draft-07/schema#", "title": "ListTagsForResourceOutput" }