{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/web/jobs.json","title":"web/jobs 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"},"status":{"type":["string","null"],"description":"status"},"error":{"type":["string","null"],"description":"error"},"refund_status":{"type":["string","null"],"description":"refund status"},"created_at":{"type":["string","null"],"description":"created at"},"started_at":{"type":["string","null"],"description":"started at"},"completed_at":{"type":["string","null"],"description":"completed at"},"credits_charged":{"type":["number","null"],"description":"credits charged"},"credits_refunded":{"type":["number","null"],"description":"credits refunded"},"attempts":{"type":["number","null"],"description":"attempts"},"params":{"type":["object","null"],"properties":{},"additionalProperties":true},"progress":{"type":["object","null"],"properties":{},"additionalProperties":true},"result":{"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":["error"],"properties":{"error":{"type":["string"],"description":"error","minLength":1}}},{"required":["refund_status"],"properties":{"refund_status":{"type":["string"],"description":"refund status","minLength":1}}},{"required":["created_at"],"properties":{"created_at":{"type":["string"],"description":"created at","minLength":1}}},{"required":["started_at"],"properties":{"started_at":{"type":["string"],"description":"started at","minLength":1}}},{"required":["completed_at"],"properties":{"completed_at":{"type":["string"],"description":"completed at","minLength":1}}},{"required":["credits_charged"],"properties":{"credits_charged":{"type":["number"],"description":"credits charged"}}},{"required":["credits_refunded"],"properties":{"credits_refunded":{"type":["number"],"description":"credits refunded"}}},{"required":["attempts"],"properties":{"attempts":{"type":["number"],"description":"attempts"}}},{"required":["params"],"properties":{"params":{"type":["object"],"properties":{},"additionalProperties":true}}},{"required":["progress"],"properties":{"progress":{"type":["object"],"properties":{},"additionalProperties":true}}},{"required":["result"],"properties":{"result":{"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"]}},"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}]}