{ "$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-destination-configuration-schema.json", "title": "DestinationConfiguration", "description": "A complex type that describes a location where recorded videos will be stored. Each member represents a type of destination configuration. For recording, you define one and only one type of destination configuration.", "type": "object", "properties": { "s3": { "allOf": [ { "$ref": "#/components/schemas/S3DestinationConfiguration" }, { "description": "An S3 destination configuration where recorded videos will be stored." } ] } } }