cebe / php-openapi

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

Add the 'null' type #193

Closed RhydianJenkins closed 7 months ago

RhydianJenkins commented 10 months ago

Since OAS 3.1, the 'null' has been promoted to a type. This is reflected in 3rd party GUIs such as stoplight and the community is beginning to adopt it.

It looks like it's no longer recommended to use nullable: true notation.

https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0

RhydianJenkins commented 7 months ago

Closing due to inactivity