Ivs Get Recording Configuration Response Structure

GetRecordingConfigurationResponse schema

Type: object Properties: 1
Live StreamingMediaVideoReal-Time

GetRecordingConfigurationResponse 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

recordingConfiguration

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