BigPanda · JSON Structure

Bigpanda Maintenance Plans Response Structure

List of maintenance plans.

Type: object Properties: 1
IncidentsMonitoringPlatform

MaintenancePlansResponse is a JSON Structure definition published by BigPanda, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

maintenance_plans

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "MaintenancePlansResponse",
  "type": "object",
  "description": "List of maintenance plans.",
  "properties": {
    "maintenance_plans": {
      "type": "array",
      "description": "Array of maintenance plans."
    }
  }
}