ListTagsForResourceResponse schema from Amazon QLDB API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-schema/amazon-qldb-list-tags-for-resource-response-schema.json", "title": "ListTagsForResourceResponse", "description": "ListTagsForResourceResponse schema from Amazon QLDB API", "type": "object", "properties": { "Tags": { "allOf": [ { "$ref": "#/components/schemas/Tags" }, { "description": "The tags that are currently associated with the specified Amazon QLDB resource." } ] } } }