Amazon MediaStore · Schema

Endpoint

Endpoint schema from Amazon MediaStore API

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediastore-api-endpoint-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-endpoint-schema.json",
  "title": "Endpoint",
  "description": "Endpoint schema from Amazon MediaStore API",
  "type": "string",
  "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+",
  "minLength": 1,
  "maxLength": 255
}