VRX-1 · Receipt Type 2 · Missing Documents

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 Vault 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 Vault 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.