Illustrative output
An evidence record you can inspect, not a black-box score.
DatumRelay exports strict buyer- or supplier-scoped records, source hashes, implemented rule outcomes, challenges, claims boundaries, and a decision checksum behind a bounded supplier-readiness preflight.
Required fields and the exact rule baseline are abbreviated; zero digests are syntactically valid placeholders and do not verify this truncated excerpt. Generated ZIPs must pass the standalone verifier; integrity still does not establish organizational authenticity or approval.
Readable by people and systems
The current evidence ZIP contains a strict audience-scoped record, envelope, manifest, and declared source artifacts. The verifier rejects missing, extra, unsafe, ambiguous, or mismatched content.
{
"schemaVersion": "datumrelay.release-record.v3",
"appVersion": "2.0.0-qualification.1",
"recordMode": "demonstration",
"releaseIdentity": {
"partNumber": "DEMO-BRACKET-01",
"revision": "A",
"quantity": 25,
"units": "mm"
},
"ruleSet": {
"id": "datumrelay.supplier-readiness.2.0.0-qualification.1",
"version": "2.0.0-qualification.1",
"digest": "0000000000000000000000000000000000000000000000000000000000000000"
},
"artifacts": [
{
"role": "cad",
"fileName": "demo-bracket-rev-a.stl",
"mediaType": "model/stl",
"bytes": 2048,
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"includedPath": "artifacts/cad-0000000000000000.stl"
}
],
"selectedProfileId": "example-supplier",
"recommendedProfileId": null,
"evaluations": [
{
"profileId": "example-supplier",
"outcome": "review_required",
"blockerCount": 0,
"reviewCount": 2,
"results": [
{ "ruleId": "INS-PLAN-001", "ruleVersion": "datumrelay.supplier-readiness.2.0.0-qualification.1", "status": "review" },
{ "ruleId": "SCOPE-001", "ruleVersion": "datumrelay.supplier-readiness.2.0.0-qualification.1", "status": "not_covered" }
]
}
],
"decision": {
"outcome": "review_required",
"selectedProfileId": "example-supplier",
"releaseAuthorized": false,
"reason": "Review items require disposition."
},
"claimsBoundary": {
"inScope": ["implemented evidence and declared-capability gates"],
"outOfScope": ["CAM, collision, GD&T, inspection, supplier acceptance"],
"limitations": ["Illustrative excerpt; fields omitted."]
},
"authenticity": {
"status": "unsigned",
"algorithm": null,
"keyId": null,
"signature": null,
"statement": "Integrity is checksummed; author, organization, and approval authority are not authenticated by this unsigned record."
},
"contentChecksum": {
"algorithm": "SHA-256",
"canonicalization": "RFC8785-JCS",
"scope": "decisionContent",
"value": "0000000000000000000000000000000000000000000000000000000000000000"
}
}
How to use a real record
Generate an evidence record locally.
Run the sample bracket to see the complete interactive workflow without selecting your own CAD.