Is there a path from Swagger/JSON-Schema -> Malli? I know there are paths the other way.... I don't expect this would be perfect and require no thought, but imagine I encounter something described by Swagger/JSON-Schema I need/want to deal with from Clojure, Some sort of malli translator that generated a best-effort malli schema, and also included the "and here is how to get back to JSON-Schema/Swagger" properties, and then I would edit away on the Clojure/Mailli side of the schema to make it how I want...