GetRecordingConfigurationResponse

GetRecordingConfigurationResponse schema

Live StreamingMediaVideoReal-Time

Properties

Name Type Description
recordingConfiguration object
View JSON Schema on GitHub

JSON Schema

ivs-get-recording-configuration-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-recording-configuration-response-schema.json",
  "title": "GetRecordingConfigurationResponse",
  "description": "GetRecordingConfigurationResponse schema",
  "type": "object",
  "properties": {
    "recordingConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecordingConfiguration"
        },
        {
          "description": "<zonbook></zonbook><xhtml></xhtml>"
        }
      ]
    }
  }
}