Incident.io · Schema

ListResponse

AIOpsIncident Management

Properties

Name Type Description
data array
pagination_meta object
View JSON Schema on GitHub

JSON Schema

incident-io-listresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListResponse",
  "title": "ListResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Resource"
      }
    },
    "pagination_meta": {
      "type": "object",
      "additionalProperties": true
    }
  }
}