Amazon MediaStore · JSON Structure

Mediastore Api Tag Key Structure

TagKey schema from Amazon MediaStore API

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

TagKey is a JSON Structure definition published by Amazon MediaStore. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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