{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/monitors/findings.json","title":"monitors/findings 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"},"monitor_id":{"type":["string","null"],"description":"monitor id"},"kind":{"type":["string","null"],"description":"kind"},"title":{"type":["string","null"],"description":"title"},"text":{"type":["string","null"],"description":"text"},"url":{"type":["string","null"],"description":"url"},"platform":{"type":["string","null"],"description":"platform"},"first_seen_at":{"type":["string","null"],"description":"first seen at"},"last_seen_at":{"type":["string","null"],"description":"last seen at"},"seen_at":{"type":["string","null"],"description":"seen at"},"feedback":{"type":["string","null"],"description":"feedback"},"data":{"description":"Operation-specific JSON value; inspect the status and requested operation before reading it."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"id","minLength":1}}},{"required":["monitor_id"],"properties":{"monitor_id":{"type":["string"],"description":"monitor id","minLength":1}}},{"required":["title"],"properties":{"title":{"type":["string"],"description":"title","minLength":1}}},{"required":["text"],"properties":{"text":{"type":["string"],"description":"text","minLength":1}}},{"required":["url"],"properties":{"url":{"type":["string"],"description":"url","minLength":1}}},{"required":["first_seen_at"],"properties":{"first_seen_at":{"type":["string"],"description":"first seen at","minLength":1}}},{"required":["last_seen_at"],"properties":{"last_seen_at":{"type":["string"],"description":"last seen at","minLength":1}}},{"required":["seen_at"],"properties":{"seen_at":{"type":["string"],"description":"seen at","minLength":1}}},{"required":["feedback"],"properties":{"feedback":{"type":["string"],"description":"feedback","minLength":1}}},{"required":["data"],"properties":{"data":{"description":"Operation-specific JSON value; inspect the status and requested operation before reading it."}}}]}]}},"count":{"type":["number","null"]},"cursor":{"type":["string","null"]},"has_more":{"type":["boolean","null"]},"unseen":{"type":["number","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,"unseen":0}]}