List of monitors
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/bankruptcywatch/json-schema/monitorlistresponse-schema.json", "title": "MonitorListResponse", "type": "object", "description": "List of monitors", "properties": { "monitors": { "type": "array", "items": { "$ref": "#/components/schemas/Monitor" } }, "totalCount": { "type": "integer" } } }