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
Just opened #117 that adds the low level schema validation, already have code lined up to take care of the no more nullable as well, plus #114 for webhooks as well. But both depends on #117 to kick this all off
OpenAPI 3.1 has just been released... Can we hope for support in this library?
Changes in the spec seems really small, but there are some small BCs that could complicate the stuff further: https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
Main differences:
nullable
exclusiveMinimum
andexclusiveMaximum
are used directlyexamples
, no moreexample
The text was updated successfully, but these errors were encountered: