Amazon MediaLive · Schema

UpdateReservationResponse

Placeholder documentation for UpdateReservationResponse

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Reservation object
View JSON Schema on GitHub

JSON Schema

medialive-api-update-reservation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-update-reservation-response-schema.json",
  "title": "UpdateReservationResponse",
  "description": "Placeholder documentation for UpdateReservationResponse",
  "type": "object",
  "properties": {
    "Reservation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Reservation"
        },
        {
          "xml": {
            "name": "reservation"
          }
        }
      ]
    }
  }
}