This page is the implementation index for all machine-consumable Reciprium v1 artifacts.

JSON Schema (Draft 2020-12)

Base path: https://reciprium.github.io/spec/v1/schema/

Notes:

  • All schema $id values are hosted under https://reciprium.github.io/spec/v1/schema/....
  • Relative $ref links resolve through those hosted IDs.

CDDL and Protobuf

Interoperability Vectors

This vector file is normative evidence for cross-language signing and verification behavior in SDKs.

Reference Example Receipts

Validation Commands

cddl compile-cddl --cddl v1/cddl/receipt.cddl
for f in v1/examples/*.json; do
  cddl validate --cddl v1/cddl/receipt.cddl --json "$f"
done