{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-schema/ground-station-list-tags-for-resource-response-schema.json", "title": "ListTagsForResourceResponse", "description": "<p/>", "type": "object", "properties": { "tags": { "allOf": [ { "$ref": "#/components/schemas/TagsMap" }, { "description": "Tags assigned to a resource." } ] } } }