commonbaseapp / zodex

The missing zod (de)?serialization library
MIT License
38 stars 5 forks source link

Meta schema #32

Open brettz9 opened 6 days ago

brettz9 commented 6 days ago

Builds on #29

feat: add meta schema

Has the following advantages:

  1. Convey the syntax to learners of Zodex JSON
  2. Sanity check our own test schemas
  3. Facilitate the building of a UI to input an arbitrary Zodex JSON schema

Also: