Amazon MediaStore · Schema

TagKey

TagKey schema from Amazon MediaStore API

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediastore-api-tag-key-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediastore/refs/heads/main/json-schema/mediastore-api-tag-key-schema.json",
  "title": "TagKey",
  "description": "TagKey schema from Amazon MediaStore API",
  "type": "string",
  "pattern": "[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*",
  "minLength": 1,
  "maxLength": 128
}