validate_evidence
Confirms whether an evidence pack conforms to the Agenda Intelligence schema. Pass parsed evidence JSON to check structural usability, receiving validity status and errors without assessing truth or sufficiency.
Instructions
Validate a caller-provided evidence pack against evidence-pack.schema.json. Use when you need to confirm that claims, evidence IDs, provenance fields, and optional source_category metadata are structurally usable by Agenda Intelligence. Pass the parsed evidence pack as evidence_json. Returns schema validity and errors; it does not verify whether evidence is true, current, or sufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evidence_json | Yes | Parsed evidence-pack JSON object to validate against the bundled schema. |