reitit

Ben Sless 2024-02-08T08:21:00.280109Z

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

Ben Sless 2024-02-08T08:23:26.749269Z

in path :responses :content

Ben Sless 2024-02-08T08:38:05.274879Z

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

Ben Sless 2024-02-08T08:51:17.722199Z

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 Varela 2024-02-09T11:11:05.936229Z

Did that fix it?

Ben Sless 2024-02-09T11:45:55.003669Z

yes