Amazon MediaStore · Schema

TagValue

TagValue schema from Amazon MediaStore API

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediastore-api-tag-value-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-value-schema.json",
  "title": "TagValue",
  "description": "TagValue schema from Amazon MediaStore API",
  "type": "string",
  "pattern": "[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*",
  "minLength": 0,
  "maxLength": 256
}