reitit/modules/reitit-interceptors/src/reitit/http/interceptors
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
..
dev.clj Polish pedestal chains when printing context diffs 2022-07-19 22:33:28 +02:00
exception.clj format-ns 2022-02-14 16:59:20 +02:00
multipart.clj fix: swagger multipart support 2023-03-17 14:54:46 +02:00
muuntaja.clj format-ns 2022-02-14 16:59:20 +02:00
parameters.clj format-ns 2022-02-14 16:59:20 +02:00