PresetContainer

PresetContainer schema from Amazon Elastic Transcoder

Amazon Web ServicesMediaTranscodingVideo
View JSON Schema on GitHub

JSON Schema

amazon-elastic-transcoder-preset-container-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-preset-container-schema.json",
  "title": "PresetContainer",
  "description": "PresetContainer schema from Amazon Elastic Transcoder",
  "type": "string",
  "pattern": "(^mp4$)|(^ts$)|(^webm$)|(^mp3$)|(^flac$)|(^oga$)|(^ogg$)|(^fmp4$)|(^mpg$)|(^flv$)|(^gif$)|(^mxf$)|(^wav$)|(^mp2$)"
}