BankruptcyWatch · JSON Structure

Monitorrequest Structure

Type: record Properties: 0
BankruptcyComplianceCourt DataLegalLendingPACER

Monitorrequest 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/monitorrequest-structure.json",
  "title": "MonitorRequest",
  "type": "record",
  "members": [
    {
      "name": "monitorType",
      "type": "string",
      "description": "Monitor type (debtor, entity, portfolio)"
    },
    {
      "name": "criteria",
      "type": "object",
      "description": "Search criteria for triggering alerts"
    },
    {
      "name": "notificationEmail",
      "type": "string",
      "description": ""
    },
    {
      "name": "webhookUrl",
      "type": "string",
      "description": ""
    },
    {
      "name": "label",
      "type": "string",
      "description": ""
    }
  ]
}