Manifest
Package identity, specification version, creation time, producer identity, included records and cryptographic hashes.
Draft specification · Research stage
The OSOIX Evidence Package is a transport-neutral container for verified event records, original source references, decision provenance, integrity material and explicit limitations. It is intended to make mission evidence independently inspectable rather than platform-dependent.
Package identity, specification version, creation time, producer identity, included records and cryptographic hashes.
One or more verifiable event envelopes describing observed states, verification decisions and unresolved discrepancies.
References to signed telemetry, sensor output, mission-control logs, images, third-party observations and calibration records.
Verification rules, thresholds, software versions, reviewer identities, approvals, exceptions and timestamps.
Content hashes, signatures, certificate chains, revocation information and optional trusted timestamp evidence.
Known gaps, confidence limits, excluded sources, conflicting observations and restrictions on downstream use.
Evidence Package · Draft 0.1
{
"spec_version": "osoix-evidence-draft-0.1",
"package_id": "evidence_...",
"created_at": "2026-08-03T00:00:00Z",
"producer": {
"identity": "did:example:...",
"authority_scope": ["mission.review"]
},
"mission_id": "mission_...",
"event_ids": ["evt_..."],
"artifacts": [
{
"media_type": "application/json",
"uri": "urn:osoix:artifact:...",
"sha256": "...",
"source_identity": "did:example:..."
}
],
"verification_summary": {
"status": "review_required",
"confidence": 0.0,
"unresolved_discrepancies": 0
},
"signatures": [],
"limitations": [],
"supersedes": null,
"revocation_status": "active"
}The package may be stored in signed object storage, regulated document infrastructure, conventional databases or permissioned ledgers. Portability and independent validation are more important than any particular storage technology.
This is a draft data architecture, not a certified evidence standard. No regulator, insurer, customer or aerospace operator has approved this format. The next engineering step is an open reference package produced from simulated mission telemetry and independently validated by a separate verifier.