TagValue

A string of length from 0 to 256 characters that specifies the value for a Tag. Tag values can be null and do not have to be unique in a tag set.

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-tag-value-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-value-schema.json",
  "title": "TagValue",
  "description": "A string of length from 0 to 256 characters that specifies the value for a Tag. Tag values can be null and do not have to be unique in a tag set.",
  "type": "string"
}