Proof Lab
StartEcosystem
Explore (579)Live Systems (52)Pricing
Log InGet API Key✓ Verify It Yourself

Public Schemas

Version: 1.0.0
Last Updated: 2026-05-22
Canonical URL: https://h33.ai/schemas/
Format: JSON Schema (draft 2020-12)

Machine-readable schema definitions for H33 attestation, governance, and verification payloads. All schemas include canonical examples, failure modes, and verification procedures.

These schemas are intended for consumption by automated systems, CI/CD pipelines, independent verifiers, and any tooling that produces or validates H33 payloads. Each schema is a self-contained reference document with field definitions, cryptographic assumptions, encoding rules, and conformance requirements.

Definition. An H33 schema is the machine-readable contract that defines the shape of a portable evidence payload — the receipt or attestation that H33-74 produces. It is the reference an independent party validates a payload against, offline, trusting no one.
Why it exists. Evidence is only portable if its structure is pinned publicly. A schema exists so any verifier — not just the system that produced the payload — can re-check that a receipt is well-formed and reproduce its result years later, after keys rotate or the originating system is gone.
What it is NOT. A schema defines the evidence artifact, not the verdict on it. Validating a payload against its schema is not the independent verdict (that is Verification), not operational monitoring (that is HATS), and not the governance decision (that is Agent-008). H33-74 produces the evidence these schemas describe; Verification renders the verdict on it.
When to use a schema — and when not. Use a schema when you need to independently re-verify an H33-74 receipt offline against a fixed contract; do not reach for it when you need the independent verdict on that receipt (Verification), operational monitoring (HATS), or the governance decision (Agent-008). The schema defines the evidence; it does not judge it.

Frequently asked questions

What is a schema here, and what does it NOT do?

A schema is the machine-readable contract for a portable evidence payload — the receipt or attestation H33-74 produces. It is the evidence artifact's definition, not the verdict on it. Validating against a schema is not the independent verdict (Verification), not operational monitoring (HATS), and not the governance decision (Agent-008).

How is validating against a schema different from Verification?

H33-74 produces the payload these schemas describe; Verification independently renders the verdict on it. Schema validation confirms a payload is well-formed and re-checkable; deciding whether the evidence should be trusted, against policy, is Verification's role on a separate axis.

How is a payload independently verified?

Offline, by anyone, trusting no one. A verifier validates the payload against its published schema (JSON Schema draft 2020-12) and re-checks its declared hashes — SHA3-256 commitments and CRC checksums — on an air-gapped machine. Any changed byte breaks a check, so the result is tamper-evident. No H33 API key or connectivity is required. The signature families the payloads carry (ML-DSA, FALCON, SLH-DSA) are external NIST-track standards H33 implements.

When should someone use these schemas?

Whenever you need to produce or independently validate portable, offline-verifiable proof that survives infrastructure and time — for CI/CD conformance, third-party verifiers, or auditors who must confirm a record without contacting H33.

Owner. H33-74 owns and produces the portable 74-byte post-quantum evidence primitive these receipt schemas describe.
Boundaries. Verification renders the verdict · HATS records and monitors · Agent-008 governs the decision.