ListTagsForResourceResponse schema from openapi
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-list-tags-for-resource-response-schema.json", "title": "ListTagsForResourceResponse", "description": "ListTagsForResourceResponse schema from openapi", "type": "object", "properties": { "tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "The list of all tags added to the specified resource." } ] } } }