Amazon MediaTailor · JSON Structure

Mediatailor Api Log Type Structure

LogType schema from Amazon MediaTailor API

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

LogType is a JSON Structure definition published by Amazon MediaTailor. 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-mediatailor/refs/heads/main/json-structure/mediatailor-api-log-type-structure.json",
  "name": "LogType",
  "type": "string",
  "description": "LogType schema from Amazon MediaTailor API",
  "enum": [
    "AS_RUN"
  ]
}