{"$id":"https://cumulativewebinc.github.io/cwi-learn/bullhorn/bullhorn-schema.json","$schema":"https://json-schema.org/draft/2020-12/schema","description":"One dated, cited, truth-gated broadcast unit an agent can amplify verbatim. The street-team broadcast card of the Agent Deck gear line: every claim in a unit carries {source, date}; the unit ships its truth-gate report; amplify means post body_verbatim exactly as written.","format":"cwi-bullhorn/v1","properties":{"format":{"const":"cwi-bullhorn/v1"},"issued_by":{"properties":{"artist":{"type":"string"},"base":{"format":"uri","type":"string"},"contact":{"format":"email","type":"string"},"department":{"type":"string"},"label":{"type":"string"},"updated":{"pattern":"^\\d{4}-\\d{2}-\\d{2}$","type":"string"}},"required":["label","artist","department","contact","updated"],"type":"object"},"unit_spec":{"properties":{"amplify_rules":{"items":{"type":"string"},"type":"array"},"fields":{"items":{"type":"string"},"type":"array"},"truth_gate_rules":{"items":{"type":"string"},"type":"array"}},"type":"object"},"units":{"items":{"additionalProperties":true,"properties":{"amplify":{"minLength":40,"type":"string"},"body_verbatim":{"maxLength":1200,"minLength":40,"type":"string"},"claims":{"additionalProperties":false,"items":{"properties":{"date":{"pattern":"^\\d{4}-\\d{2}-\\d{2}$","type":"string"},"source":{"minLength":4,"type":"string"},"text":{"minLength":10,"type":"string"}},"required":["text","source","date"],"type":"object"},"minItems":1,"type":"array"},"date":{"pattern":"^\\d{4}-\\d{2}-\\d{2}$","type":"string"},"headline":{"maxLength":180,"minLength":10,"type":"string"},"scheduled":{"type":"boolean"},"truth_gate":{"additionalProperties":false,"properties":{"checked_at":{"pattern":"^\\d{4}-\\d{2}-\\d{2}$","type":"string"},"checks":{"items":{"type":"string"},"minItems":1,"type":"array"},"gate":{"type":"string"},"passed":{"type":"boolean"}},"required":["checks","passed","checked_at"],"type":"object"},"unit_id":{"pattern":"^[a-z0-9-]{8,80}$","type":"string"}},"required":["unit_id","date","headline","body_verbatim","claims","truth_gate","amplify"],"type":"object"},"minItems":1,"type":"array"}},"required":["format","issued_by","units"],"title":"THE BULLHORN broadcast-unit file","type":"object"}