Fork me on GitHub
#reitit
<
2024-02-08
>
Ben Sless08:02:00

looking at the swagger / openapi examples, it looks like the responses schema doesn't get compiled to json/schema format

Ben Sless08:02:26

in path :responses :content

Ben Sless08:02:05

Also have an issue with rendering the openapi doc, the returned version is 3.1.0 but the UI can't render it :thinking_face:

Ben Sless08:02:17

okay, found there was something weird that pulled in an older version of swagger-ui, I brought in the 5.9.0 dependency

Martín Varela11:02:05

Did that fix it?