The following field sets and structures show what the product evidence records contain. They are documentation excerpts with placeholder values; complete release-specific specimens are available during evaluation. The public synthetic demo provides an additional runnable example.
HX-Provenance signed receipt
Canonical fields from the documented hx.provenance.receipt/v1.1 schema.
{
"schema": "hx.provenance.receipt/v1.1",
"receipt_id": "…",
"artifact_id": "…",
"artifact_hash": "sha256:…",
"issuer": { "key_fingerprint": "…" },
"signature": {
"alg": "ML-DSA-65", "value": "…"
}
}
Read the receipt specification
HX-Provenance evidence bundle
The documented portable archive brings together the receipt, referenced-artifact hashes and verification material.
evidence-bundle/
receipt.json
artifact_manifest.json
verification_result.json
public_key.json
signature_metadata.json
timestamp_metadata.json
Read the bundle specification
HX-PQC cryptographic inventory
A CycloneDX cryptographic bill of materials records discovery-scan findings. A sample CBOM is available during evaluation.
{
"bomFormat": "CycloneDX",
"specVersion": "…",
"components": [
{ "type": "cryptographic-asset",
"cryptoProperties": { … } }
]
}
Read about cryptographic discovery
HX-AIFactoryTwin run bundle
A checksum-addressed thermal-scenario record includes configuration, validation results and quantities of interest. The structure below describes the Ed25519 signing mode; the documented HMAC fallback has different verification requirements.
run-bundle/
run_config.json
validation_results.json
quantities_of_interest.json
benchmark_card.json
signature (Ed25519)
Read about scenario evidence
HX-MDAO-TP validity receipt
The validity-gated result carries the model and solver record alongside convergence and acceptance outcomes. Formal certificates apply to specified invariants where included.
validity-receipt/
model_hashes
discipline_contracts
solver_settings
convergence_status
acceptance_results
validity_policy
signature
lean4_certificate (where applicable)
Read about validity evidence
HX-SDP exact-result receipt
The documented operation receipt supports exact-recall verification through the Provenance verification standard.
{
"schema": "hx.exact.receipt/v1.1",
"operation": "…",
"result_hash": "sha256:…",
"signature": { … }
}
Read about exact-result evidence