BankruptcyWatch · JSON Structure

Monitor Structure

Type: record Properties: 0
BankruptcyComplianceCourt DataLegalLendingPACER

Monitor Structure is a JSON Structure definition published by BankruptcyWatch. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/bankruptcywatch/json-structure/monitor-structure.json",
  "title": "Monitor",
  "type": "record",
  "members": [
    {
      "name": "monitorId",
      "type": "string",
      "description": ""
    },
    {
      "name": "monitorType",
      "type": "string",
      "description": ""
    },
    {
      "name": "label",
      "type": "string",
      "description": ""
    },
    {
      "name": "status",
      "type": "string",
      "description": ""
    },
    {
      "name": "createdAt",
      "type": "string",
      "description": ""
    },
    {
      "name": "lastTriggeredAt",
      "type": "string",
      "description": ""
    },
    {
      "name": "alertCount",
      "type": "integer",
      "description": ""
    }
  ]
}