Illustrative output
An evidence record you can inspect, not a black-box score.
DatumRelay exports the inputs, implemented rule outcomes, rescue actions, challenges, blind spots, and content checksum behind a bounded supplier-readiness decision.
!
This example is illustrative, truncated, and not a release record.
The identifiers and checksum below are placeholders. Generate a real record in the app and independently recompute artifact hashes before using it in a controlled process.
Readable by people and systems
The full ZIP also carries selected source artifacts, a manifest, passport, fit summary, rule CSV, HTML report, locally recorded challenges, unlock actions, and claims boundary.
{
"schemaVersion": "datumrelay.release-evidence-contract.v2",
"appVersion": "1.0.0-beta.1",
"recordMode": "demonstration",
"input": {
"partNumber": "DEMO-BRACKET-01",
"revision": "A",
"quantity": 25
},
"artifacts": {
"cad": {
"fileName": "demo-bracket-rev-a.stl",
"sha256": "illustrative-not-a-real-digest"
},
"drawing": {
"status": "present-not-semantically-interpreted"
}
},
"selectedProfileId": "example-supplier",
"recommendedProfileId": "example-supplier",
"evaluations": [
{
"profileId": "example-supplier",
"releaseBlockers": 0,
"reviewItems": 2,
"results": [
{ "ruleId": "INS-PLAN-001", "status": "review" },
{ "ruleId": "SCOPE-001", "status": "not_covered" }
]
}
],
"authenticity": {
"status": "unsigned",
"statement": "Checksum is not a digital signature."
},
"contentChecksum": {
"algorithm": "SHA-256",
"canonicalization": "datumrelay.canonical-json.v1",
"value": "illustrative-not-a-real-digest"
}
}
How to use a real record
Preserve the exported ZIP intactStore it under your organization’s controlled engineering-record policy.
Recompute source hashesVerify that each included artifact matches the SHA-256 recorded in the manifest and decision content.
Review every blocker, review, and blind spotDo not substitute a summary verdict for engineering or supplier disposition.
Capture the required approval elsewhereThe beta does not authenticate approvers or issue a production release authorization.
Generate an evidence record locally.
Run the sample bracket to see the complete interactive workflow without selecting your own CAD.