RenditionConfigurationRenditionList

RenditionConfigurationRenditionList schema

Live StreamingMediaVideoReal-Time
View JSON Schema on GitHub

JSON Schema

ivs-rendition-configuration-rendition-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-rendition-configuration-rendition-list-schema.json",
  "title": "RenditionConfigurationRenditionList",
  "description": "RenditionConfigurationRenditionList schema",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "FULL_HD",
      "HD",
      "SD",
      "LOWEST_RESOLUTION"
    ]
  }
}