Use x-nullable extensions when reading/writing OASv2 #1250
Closed
Jean-Baptiste Muscat (ouvreboite)
started this conversation in
Ideas
Replies: 1 comment
|
hi Jean-Baptiste Muscat (@ouvreboite) Thank you for using the SDK and for reaching out. This is something that was added to versions 2.X and 3.X of the library. Let us know if you have any additional comments or questions. |
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.
While OASv2 does not have built-in support for nullable, the
x-nullableextension is often used.Could it be supported for OASv2 serialization or deserialization? Maybe as an optional setting in the writer and reader?
All reactions