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