A list of Tag
Tag
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-tag-list-schema.json", "title": "TagList", "description": "A list of <code>Tag</code> ", "type": "array", "items": { "$ref": "#/components/schemas/Tag" } }