reitit/modules
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
..
reitit add reitit-openapi module, 0.5.18 -> 0.6.0 2023-03-14 12:24:05 +02:00
reitit-core refactor: factor out -identity-coercer 2023-03-14 14:39:05 +02:00
reitit-dev 0.6.0 2023-02-21 15:17:00 +02:00
reitit-frontend 0.6.0 2023-02-21 15:17:00 +02:00
reitit-http 0.6.0 2023-02-21 15:17:00 +02:00
reitit-interceptors fix: swagger multipart support 2023-03-17 14:54:46 +02:00
reitit-malli fix: swagger multipart support 2023-03-17 14:54:46 +02:00
reitit-middleware 0.6.0 2023-02-21 15:17:00 +02:00
reitit-openapi doc: fix example in openapi-feature docstring 2023-03-15 09:24:27 +02:00
reitit-pedestal 0.6.0 2023-02-21 15:17:00 +02:00
reitit-ring 0.6.0 2023-02-21 15:17:00 +02:00
reitit-schema feat: openapi3 multipart support for schema 2023-03-15 17:48:03 +02:00
reitit-sieppari 0.6.0 2023-02-21 15:17:00 +02:00
reitit-spec feat: openapi3 multipart support for spec 2023-03-15 17:48:03 +02:00
reitit-swagger 0.6.0 2023-02-21 15:17:00 +02:00
reitit-swagger-ui 0.6.0 2023-02-21 15:17:00 +02:00