{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListTagsForResourceResponse", "title": "ListTagsForResourceResponse", "type": "object", "properties": { "Tags": { "allOf": [ { "$ref": "#/components/schemas/Tags" }, { "description": "The key-value tags assigned to the application." } ] } } }