validate_evidence
Validate an evidence pack against the bundled schema to confirm structural usability for Agenda Intelligence. Returns schema validity and errors; does not verify 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. |