looking at the swagger / openapi examples, it looks like the responses schema doesn't get compiled to json/schema format
in path :responses :content
Also have an issue with rendering the openapi doc, the returned version is 3.1.0 but the UI can't render it 🤔
okay, found there was something weird that pulled in an older version of swagger-ui, I brought in the 5.9.0 dependency
Did that fix it?
yes