How do I convert the Malli schema to JSON schema? I have a malli schema in edn format & it needs to be converted to JSON schema.
Asked
Active
Viewed 231 times
3
-
2https://github.com/metosin/malli#json-schema – cfrick Jul 08 '22 at 10:14
-
2This is with respect to a schema defined inope.clj right? What if I have a schema-config.edn file else where. How do I covert then? – TechServe Jul 27 '22 at 03:41
-
2@Blaze Can you share how you are doing it? – TechServe Jul 27 '22 at 03:41
-
I want to do it using a mapper-key extracted from an end file. Which has different maps for different DTOs. – Blaze Jul 27 '22 at 07:24