Amazon MediaLive · JSON Structure

Medialive Api Maintenance Status Structure

Placeholder documentation for MaintenanceStatus

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

MaintenanceStatus is a JSON Structure definition published by Amazon MediaLive, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MaintenanceDay MaintenanceDeadline MaintenanceScheduledDate MaintenanceStartTime

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-medialive/refs/heads/main/json-structure/medialive-api-maintenance-status-structure.json",
  "name": "MaintenanceStatus",
  "type": "object",
  "description": "Placeholder documentation for MaintenanceStatus",
  "properties": {
    "MaintenanceDay": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaintenanceDay"
        },
        {
          "xml": {
            "name": "maintenanceDay"
          },
          "description": "The currently selected maintenance day."
        }
      ]
    },
    "MaintenanceDeadline": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "maintenanceDeadline"
          },
          "description": "Maintenance is required by the displayed date and time. Date and time is in ISO."
        }
      ]
    },
    "MaintenanceScheduledDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "maintenanceScheduledDate"
          },
          "description": "The currently scheduled maintenance date and time. Date and time is in ISO."
        }
      ]
    },
    "MaintenanceStartTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "maintenanceStartTime"
          },
          "description": "The currently selected maintenance start time. Time is in UTC."
        }
      ]
    }
  }
}