0.0.11 • Published 8 months ago
@use-coordination/json-schema v0.0.11
This directory contains NodeJS scripts for converting the Zod schemas from @use-coordination/schemas
(located in packages/schemas/
) to JSON schema.
These JSON schemas are not intended to be used at runtime within any use-coordination JS sub-package. Instead, they are intended to be uploaded to NPM/CDN where they can be accessed from Python or R to perform validation in the absence of JavaScript.
From the root of the monorepo, run:
pnpm run build-json-schema