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
Hey @krishnanand, the linked documentation relates to Open Api Specs (aka Swagger Specs) v3.0.1.
bravado-core does only support Swagger 2.0 so nullable is not part of the specifications.
I'm closing it but feel free to reopen this if you think that it's the case to discuss more about it.
Hi,
I know that bravado uses
x-nullable
to designate any property as something that can havenull
value. The official documentation suggests that maintainers of bravado were waiting for the specification update. Now thatnullable
is a part of the specification, would it be possible for bravado to supportnullable
?If there is support for it, I could create a PR for review.
The text was updated successfully, but these errors were encountered: