BigPanda · Schema

EnvironmentsResponse

List of BigPanda environments.

IncidentsMonitoringPlatform

Properties

Name Type Description
environments array Array of environments.
View JSON Schema on GitHub

JSON Schema

bigpanda-environments-response-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EnvironmentsResponse",
  "type": "object",
  "description": "List of BigPanda environments.",
  "properties": {
    "environments": {
      "type": "array",
      "description": "Array of environments.",
      "items": {
        "$ref": "#/components/schemas/Environment"
      }
    }
  }
}