TagList

A list of Tag

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-tag-list-schema.json Raw ↑
{
  "$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"
  }
}