Response with resource tags
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-list-tags-for-resource-response-schema.json", "title": "ListTagsForResourceResponse", "description": "Response with resource tags", "type": "object", "properties": { "tags": { "type": "object", "description": "Resource tags" } } }