mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
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
|
||
|---|---|---|
| .. | ||
| .clj-kondo | ||
| src/reitit | ||
| project.clj | ||