Amazon MediaLive · Schema

FixedAfd

Fixed Afd

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-fixed-afd-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-fixed-afd-schema.json",
  "title": "FixedAfd",
  "description": "Fixed Afd",
  "type": "string",
  "enum": [
    "AFD_0000",
    "AFD_0010",
    "AFD_0011",
    "AFD_0100",
    "AFD_1000",
    "AFD_1001",
    "AFD_1010",
    "AFD_1011",
    "AFD_1101",
    "AFD_1110",
    "AFD_1111"
  ]
}