mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31: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
|
||
|---|---|---|
| .. | ||
| reitit | ||
| reitit-core | ||
| reitit-dev | ||
| reitit-frontend | ||
| reitit-http | ||
| reitit-interceptors | ||
| reitit-malli | ||
| reitit-middleware | ||
| reitit-openapi | ||
| reitit-pedestal | ||
| reitit-ring | ||
| reitit-schema | ||
| reitit-sieppari | ||
| reitit-spec | ||
| reitit-swagger | ||
| reitit-swagger-ui | ||