{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-list-tags-for-resource-response-schema.json", "title": "ListTagsForResourceResponse", "type": "object", "properties": { "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagList" }, { "description": " Returns a list of tags associated with a data store. " } ] } } }