Expand description
JSON schema and serialization types for AGI/4 verdicts.
This crate defines the output types that serialize to JSON conforming to SPEC.md §7 provenance requirements and ARCHITECTURE.md §7 schema. JSON schema is exported and validated against committed schema files in CI.
Structs§
- Conjunct
Report - Output for a single conjunct (aliased as ConjunctReport per DoD).
- Conjuncts
Output - Output for all four conjuncts.
- Consistency
Check Output - Consistency check result.
- Evidence
Report - Evidence report with threshold comparison information.
- Margin
Report - Margin information for a conjunct’s evidence.
- Model
Metadata - Model identification metadata.
- Provenance
Report - Provenance metadata for an evidence measurement.
- Verdict
Output - The top-level verdict output JSON.
Functions§
- generate_
schema - Generate the JSON schema for the AGI/4 verdict output.
- schema_
json_ string - Serialize the JSON schema to a pretty-printed JSON string.
Type Aliases§
- Conjunct
Output - Alias for backward compatibility.
- Evidence
Output - Alias for backward compatibility.
- Margin
Output - Alias for backward compatibility.
- Provenance
Output - Alias for backward compatibility.