Ivs Rendition Configuration Rendition List Structure

RenditionConfigurationRenditionList schema

Type: array Properties: 0
Live StreamingMediaVideoReal-Time

RenditionConfigurationRenditionList is a JSON Structure definition published by Amazon Interactive Video Service. 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-interactive-video-service/refs/heads/main/json-structure/ivs-rendition-configuration-rendition-list-structure.json",
  "name": "RenditionConfigurationRenditionList",
  "description": "RenditionConfigurationRenditionList schema",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "FULL_HD",
      "HD",
      "SD",
      "LOWEST_RESOLUTION"
    ]
  }
}