Ivs Get Stream Session Response Structure

GetStreamSessionResponse schema

Type: object Properties: 1
Live StreamingMediaVideoReal-Time

GetStreamSessionResponse is a JSON Structure definition published by Amazon Interactive Video Service, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

streamSession

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