{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/monitors/index.json","title":"monitors/index data fields","description":"Required core structure for successful data, with optional source fields. Additional fields are allowed. This is not a completeness guarantee.","type":"object","properties":{"items":{"type":["array"],"items":{"type":"object","properties":{"id":{"type":["string","null"],"description":"id"},"kind":{"type":["string","null"],"description":"kind"},"name":{"type":["string","null"],"description":"name"},"description":{"type":["string","null"],"description":"description"},"status":{"type":["string","null"],"description":"status"},"workflow":{"type":["string","null"],"description":"workflow"},"capped_reason":{"type":["string","null"],"description":"capped reason"},"target_label":{"type":["string","null"],"description":"target label"},"group_id":{"type":["string","null"],"description":"group id"},"last_run_at":{"type":["string","null"],"description":"last run at"},"last_success_at":{"type":["string","null"],"description":"last success at"},"next_run_at":{"type":["string","null"],"description":"next run at"},"created_at":{"type":["string","null"],"description":"created at"},"schedule_minutes":{"type":["number","null"],"description":"schedule minutes"},"estimated_credits_per_run":{"type":["number","null"],"description":"estimated credits per run"},"monthly_cap_credits":{"type":["number","null"],"description":"monthly cap credits"},"credits_spent_month":{"type":["number","null"],"description":"credits spent month"},"consecutive_failures":{"type":["number","null"],"description":"consecutive failures"},"target":{"type":["object","null"],"properties":{},"additionalProperties":true},"subject":{"type":["object","null"],"properties":{},"additionalProperties":true},"delivery":{"type":["object","null"],"properties":{},"additionalProperties":true},"last_run":{"type":["object","null"],"properties":{},"additionalProperties":true}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"id","minLength":1}}},{"required":["name"],"properties":{"name":{"type":["string"],"description":"name","minLength":1}}},{"required":["description"],"properties":{"description":{"type":["string"],"description":"description","minLength":1}}},{"required":["workflow"],"properties":{"workflow":{"type":["string"],"description":"workflow","minLength":1}}},{"required":["capped_reason"],"properties":{"capped_reason":{"type":["string"],"description":"capped reason","minLength":1}}},{"required":["target_label"],"properties":{"target_label":{"type":["string"],"description":"target label","minLength":1}}},{"required":["group_id"],"properties":{"group_id":{"type":["string"],"description":"group id","minLength":1}}},{"required":["last_run_at"],"properties":{"last_run_at":{"type":["string"],"description":"last run at","minLength":1}}},{"required":["last_success_at"],"properties":{"last_success_at":{"type":["string"],"description":"last success at","minLength":1}}},{"required":["next_run_at"],"properties":{"next_run_at":{"type":["string"],"description":"next run at","minLength":1}}},{"required":["created_at"],"properties":{"created_at":{"type":["string"],"description":"created at","minLength":1}}},{"required":["schedule_minutes"],"properties":{"schedule_minutes":{"type":["number"],"description":"schedule minutes"}}},{"required":["estimated_credits_per_run"],"properties":{"estimated_credits_per_run":{"type":["number"],"description":"estimated credits per run"}}},{"required":["monthly_cap_credits"],"properties":{"monthly_cap_credits":{"type":["number"],"description":"monthly cap credits"}}},{"required":["credits_spent_month"],"properties":{"credits_spent_month":{"type":["number"],"description":"credits spent month"}}},{"required":["consecutive_failures"],"properties":{"consecutive_failures":{"type":["number"],"description":"consecutive failures"}}},{"required":["target"],"properties":{"target":{"type":["object"],"properties":{},"additionalProperties":true}}},{"required":["subject"],"properties":{"subject":{"type":["object"],"properties":{},"additionalProperties":true}}},{"required":["delivery"],"properties":{"delivery":{"type":["object"],"properties":{},"additionalProperties":true}}},{"required":["last_run"],"properties":{"last_run":{"type":["object"],"properties":{},"additionalProperties":true}}}]}]}},"count":{"type":["number","null"]},"cursor":{"type":["string","null"]},"has_more":{"type":["boolean","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"items":[],"count":0,"cursor":null,"has_more":false}]}