overture-stack / lectern

Data Schema / Dictionary management system
GNU Affero General Public License v3.0
0 stars 1 forks source link

Generate JSON-Schema Meta Schema on build #185

Closed joneubank closed 1 year ago

joneubank commented 1 year ago

Lectern now provides a JSON Schema file describing the Meta-Schema of a Lectern Dictionary.

This file is generated from the Zod schemas in code. This generation process is triggered by the package build script so it won't be forgotten. The generated file should be uploaded to the lectern github repo for reference.

This generation is possible thanks to https://www.npmjs.com/package/zod-to-json-schema which turned out to be very easy to use and generated a very clean JSON Schema file.

README updates are included to let developers know how this process is managed.