metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.44k stars 205 forks source link

Schema for validating malli vector/map/lite syntax #904

Open zerg000000 opened 1 year ago

zerg000000 commented 1 year ago

It would be nice to have a schema of malli vector/map/lite syntax. Since

ikitommi commented 1 year ago

Agree. Resolution for vector-syntax is resolved with:

need to figure out how to create schema definitions without too much duplicaition (ast vs vector vs lite).