소개
This skill provides specialized guidance for implementing Malli schemas across the Metabase codebase, covering route parameters, query strings, request bodies, and response structures. It helps developers maintain consistency by leveraging the Metabase utility namespace (ms), handling complex nested types, and implementing custom error messages. By automating the boilerplate of schema definition, it ensures that API validation happens at the correct point in the request-response lifecycle, particularly managing the nuances between Clojure data structures and JSON serialization.