Support OpenAPI 3.1 nullable syntax #1138
Replies: 2 comments
-
|
Hi @m0uka Thanks for flagging this. We’ll take a look and keep you posted. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hey @m0uka 👋 Just closing the loop here - this is now supported. Thanks again for your feedback |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Since OpenAPI 3.1, the 'nullable' field was removed in favor of type arrays.
Gitbook does not support this functionality, and shows no type details at all.
The example below shows the field as being either null or an array, but does not show the definitions of the item.
Beta Was this translation helpful? Give feedback.
All reactions