reitit/modules/reitit-malli
Joel Kaasinen d8e28e153b fix: swagger multipart support
1. For spec we were including some extra stuff in the parameter
specification:

{:description "",
 :in "formData",
 :name "file",
 :properties {"bytes" {:format "byte", :type "string"},
              "content-type" {:type "string"},
              "filename" {:type "string"}},
 :required ["filename" "content-type" "bytes"],
 :type "file"}

2. For malli the :type changed from "file" to "string" because of
openapi changes. Now openapi and swagger both get the right type.

3. Test for swagger multipart support
2023-03-17 14:54:46 +02:00
..
.clj-kondo Setup clj-kondo files for each module 2022-01-24 12:39:42 +02:00
src/reitit fix: swagger multipart support 2023-03-17 14:54:46 +02:00
project.clj 0.6.0 2023-02-21 15:17:00 +02:00