You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bootprint-openapi is really great and I hope you find enough contributors to maintain it.
I noticed one issue: In OpenAPI 3, the request body parameter is defined using the requestBody field. This seems not to be interpreted by bootprint-openapi though. Can this be (easily) added?
so far, OpenAPI 3 is not supported by bootprint-openapi. And at the moment, I am busy doing other things. I had started adding at least support for json-schema draft 7, but that code might still be in a branch in the old "bootprint-json-schema"-repo.
I hate to say this, but at the moment I cannot support this project and the transition to version 3.0 is a major amount of work.
I also think that the original purpose of having a printable documentation is leading into a false direction. I was thinking about making it more interactive a couple of years ago, but in our last project, we have used the original swagger-ui for that purpose and it worked pretty well, with a 3.0 spec....
bootprint-openapi is really great and I hope you find enough contributors to maintain it.
I noticed one issue: In OpenAPI 3, the request body parameter is defined using the
requestBody
field. This seems not to be interpreted by bootprint-openapi though. Can this be (easily) added?The documentation of the request body field is here:
https://swagger.io/docs/specification/describing-request-body/
The text was updated successfully, but these errors were encountered: