{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/monitors/feedback.json","title":"monitors/feedback 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":{"monitor_id":{"type":["string","null"]},"verdict":{"type":["string","null"]},"marked":{"type":["number","null"]},"remembered":{"type":["number","null"]},"stories_muted":{"type":["number","null"]},"note":{"type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["monitor_id"],"properties":{"monitor_id":{"type":["string"],"minLength":1}}},{"required":["verdict"],"properties":{"verdict":{"type":["string"],"minLength":1}}},{"required":["marked"],"properties":{"marked":{"type":["number"]}}},{"required":["remembered"],"properties":{"remembered":{"type":["number"]}}},{"required":["stories_muted"],"properties":{"stories_muted":{"type":["number"]}}},{"required":["note"],"properties":{"note":{"type":["string"],"minLength":1}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"monitor_id":null,"verdict":null,"marked":0,"remembered":0,"stories_muted":0,"note":null}]}