OpenAPI extensions missing from package org.openapis.v3? #443
Unanswered
nocquidant
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, OpenAPI allows extensions, for instance for the AWS API Gateway. But I think the current implementation doesn't include them.
For example, I wanted to write something like this:
And this produces the following error:
It looks like a declaration is missing in PathItem to take extensions into account.
And I think I cant extend a class which is not declared opened...
Thanks
--nick
Beta Was this translation helpful? Give feedback.
All reactions