GetStreamSessionResponse

GetStreamSessionResponse schema

Live StreamingMediaVideoReal-Time

Properties

Name Type Description
streamSession object
View JSON Schema on GitHub

JSON Schema

ivs-get-stream-session-response-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-get-stream-session-response-schema.json",
  "title": "GetStreamSessionResponse",
  "description": "GetStreamSessionResponse schema",
  "type": "object",
  "properties": {
    "streamSession": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamSession"
        },
        {
          "description": "List of stream details."
        }
      ]
    }
  }
}