Amazon MediaStore · JSON Structure

Mediastore Api Tag Value Structure

TagValue schema from Amazon MediaStore API

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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