cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 88 forks source link

Support OpenAPI 3.1 #101

Open Jean85 opened 3 years ago

Jean85 commented 3 years ago

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:

WyriHaximus commented 3 years ago

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

Jean85 commented 2 years ago

Any news here? How can we help to push this forward?