{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-m2ts-es-rate-in-pes-schema.json",
"title": "M2tsEsRateInPes",
"description": "Controls whether to include the ES Rate field in the PES header.",
"type": "string",
"enum": [
"INCLUDE",
"EXCLUDE"
]
}