VRX-1 · Receipt Type 2 · Missing-Item · d19.82 Reference

List what is missing, why it’s needed, and how to provide it.

A Missing-Item Receipt is what an institution returns to a submitter when an application, form, claim, or document set is incomplete. It lists the missing items, the reason they are required, the date by which they must be provided, the consequence if they are not, and the correction or escalation path. The receipt is self-attested by its creator; its content is tamper-evident via SHA-256.

What a Missing-Item Receipt is

A Missing-Item Receipt is an organised record returned to a submitter when their application, form, claim, or document set is incomplete. It records:

  • What was submitted (the submission context) and when it was received.
  • The specific items that are missing, the consequence of not providing them, and the correction path the submitter must follow.
  • A required-by date where one applies, and an optional escalation route if the submitter believes the request is incorrect or cannot be met.

What this receipt proves

  • The receipt content has not been altered since the hash was computed — anyone holding the JSON can recompute the SHA-256 and confirm a match.
  • A creation timestamp recorded by the device that built the receipt.
  • A self-attestation by the recipient institution or role that, on the stated date, the listed items were considered missing from the named submission.

What this receipt does not prove

  • That the facts inside the receipt are true. The receipt is self-attested by its creator.
  • That the receipt is signed by an institutional issuer. The current reference implementation uses no signing key.
  • That the timestamp is anchored to an external clock or registry. The timestamp is taken from the device that built the receipt.
  • That the items listed are required by law, regulation, or any external authority. The receipt records what the institution has asked for; the institution’s authority to ask is decided elsewhere.
  • That any institution, regulator, court, employer, university, board, or platform must accept the receipt as evidence. Acceptance is decided by the receiving party.

Truth-boundary preserved

PlenaProof does not certify AI systems or guarantee regulatory compliance. PlenaProof helps institutions and individuals document intake, completeness checks, and the correction trail that follows. A Missing-Item Receipt is an organised record of an incompleteness finding and the correction path it triggers, formatted so a student, client, regulator, board, funder, court, employee, journalist, parent, donor, partner, or public agency can read it. It is not a certificate, not a court filing, not a regulator-issued audit, and not an official acknowledgement by any external authority.

Future production releases may add issuer signing keys, external timestamp anchoring, a public revocation registry, and issuer-attested completeness criteria pulled from a published submission schema. These remain roadmap items.

Schema preview

Show schema preview (technical)

Missing-Item Receipt v1 inherits the established VRX-1 schema conventions. All keys are alphabetised before hashing; the hash field is computed over the canonical JSON with the hash field itself removed. The published schema file is vrx1-missing-item-receipt.schema.json.


  

Build a Missing-Item Receipt on this device

All processing happens in your browser. Nothing is sent to a server. The receipt JSON, hash, and verification URL are produced locally and can be exported, printed, or saved to the local Wallet preview.

The institution or role returning this Missing-Item Receipt to the submitter.
Date by which the missing items must be provided.
If this Missing-Item Receipt replaces an earlier one for the same case.
What this build produces. A Missing-Item Receipt in JSON, with a SHA-256 hash over its canonical form. The receipt is self-attested; PlenaProof does not sign it, anchor it externally, or certify its claims. Cryptographic signing, issuer-key validation, revocation registry, external timestamp anchoring, and backend audit logging remain future production work.

Verify a receipt

Paste a receipt JSON below (or upload one) to recompute its SHA-256 over the canonical JSON (with the hash field removed) and compare with the embedded value. The receipt does not need to have been created on this device.

Saved to this device

All VRX-1 reference pages share the same on-device wallet preview. Saved receipts are stored in your browser's local storage and are not sent to any server. Clearing your browser data will remove them.

Connected PlenaProof surfaces

A Missing-Item Receipt sits at the intake side of institutional workflows and connects to related receipt types and platform workflows.

National ID / Passport / Public Service Suite →

The institutional suite this receipt most naturally anchors. Public-service intake desks return Missing-Item Receipts when a citizen submission is incomplete, with a clear correction path. Output: Public Service Journey Receipt.

Institutional Trust & Proof Suite →

Used wherever a credential, claim, or document is reviewed and additional evidence is needed. Pairs with the Submission Receipt at the intake side and the Human Review Receipt at the review side.

VRX-1 Submission Receipt →

The entry-point receipt. Most Missing-Item Receipts trace back to an earlier submission; the optional linked_submission_receipt_id field carries the cross-reference.

VRX-1 Correction-Trail Receipt →

When the submitter provides the missing items and the institution amends an earlier decision, the change is documented via a Correction-Trail Receipt that points back to this Missing-Item Receipt.

VRX-1 Deadline Receipt →

When the required-by window is itself a hard deadline with documented consequences, a Deadline Receipt can be issued alongside this Missing-Item Receipt and linked via the deadline's subject field.

NAVIGA — Personal Life Navigation →

When a citizen receives a Missing-Item Receipt and is unsure how to comply, NAVIGA helps them work out the next step: which document, which office, which window, which alternative if the requested item cannot be obtained.

PROVA — Personal Evidence & Dispute Packet →

If the submitter disagrees that the listed items are genuinely required, PROVA helps organise a Personal Evidence Readiness Packet to respond or appeal.

PlenaProof Vault — Life Proof Archive →

Saved receipts appear in the Wallet's local lifetime timeline preview. Stored on this device only.

VRX-1 Schema reference →

The consolidated reference page for all six gating receipt schemas, including this one.