{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/intelligence.json","title":"Optional row intelligence","type":"object","additionalProperties":true,"description":"The intelligence property of an eligible source row, not the response envelope. Fields are optional; absence does not mean a negative label. Label values depend on record kind and the requested task.","properties":{"version":{"type":"string","const":"row-intelligence-v3"},"method":{"type":"string","const":"evidence_classification"},"status":{"type":"string","enum":["complete","partial","unavailable"]},"scope":{"type":"string","enum":["returned_text","partial_returned_text"]},"reason":{"type":"string","description":"Reason analysis could not run; never evidence of a negative label."},"judgments":{"type":"object","additionalProperties":{"type":"object","additionalProperties":true,"properties":{"label":{"type":["string","null"]},"status":{"type":"string","enum":["classified","uncertain","unavailable"]},"support":{"type":["number","null"],"minimum":0,"maximum":1,"description":"Classification support, not calibrated accuracy. Definite labels also require independent binary sentence verification at the same threshold."},"verification_support":{"type":["number","null"],"minimum":0,"maximum":1,"description":"Binary candidate-sentence verification support, not calibrated accuracy. Null when unavailable or not requested. A classified label requires affirmative verification with support >=0.9."},"evidence":{"type":"array","description":"Included when label_evidence=1. Exact spans in the original returned field.","items":{"type":"object","additionalProperties":true,"properties":{"field":{"type":"string"},"text":{"type":"string"},"sentence_index":{"type":"integer","minimum":0},"start":{"type":"integer","minimum":0,"description":"UTF-16 start offset, inclusive."},"end":{"type":"integer","minimum":0,"description":"UTF-16 end offset, exclusive."}}}}}}}}}