Replies: 1 comment
-
The MP OpenAPI spec isn't at all specific about how a Jakarta REST application should be turned into an OpenAPI document, and so it's up to implementations as to exactly what they want to implement. Unless your implementation has better support for this, you may need to use the I would like the spec to be much more prescriptive about how classes and annotations are converted to OpenAPI schema, but it's a big task with lots of edge cases and I don't have time to work on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if I missed something, but OpenAPI as well as JSON-B and Jackson support polymorphic types, but I didn't find anything in MP Open-API.
I know that this often over-used, but there are actual cases, where it's very helpful.
Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions