Open-Attestation / open-attestation

Meta framework for providing digital provenance and integrity to documents.
https://openattestation.com
Apache License 2.0
55 stars 19 forks source link

chore: generate v4 json schemas based with zod #279

Closed phanshiyu closed 6 months ago

phanshiyu commented 6 months ago

Why

JSON schemas while inadequate to capture detailed validation logics are still useful for sharing a higher level shape of the document types.

What

  1. script to generate json schemas from zod
  2. generated json schemas for V4Document, V4WrappedDocument and V4SignedWrappedDocument