BigPanda · Schema

MaintenancePlansResponse

List of maintenance plans.

IncidentsMonitoringPlatform

Properties

Name Type Description
maintenance_plans array Array of maintenance plans.
View JSON Schema on GitHub

JSON Schema

bigpanda-maintenance-plans-response-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MaintenancePlansResponse",
  "type": "object",
  "description": "List of maintenance plans.",
  "properties": {
    "maintenance_plans": {
      "type": "array",
      "description": "Array of maintenance plans.",
      "items": {
        "$ref": "#/components/schemas/MaintenancePlan"
      }
    }
  }
}