swagger-php
swagger-php copied to clipboard
OpenAPI 3.1 support
Reminder/placeholder to collect features we want/need to implement...
Add support the style and explode attributes for multipart/form-data that can be used to control array serialization.
3.1.0 already released https://github.com/OAI/OpenAPI-Specification/releases/tag/3.1.0
Callback:
- https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#callbackObject
Webhooks:
- https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#oasWebhooks
It would be nice to have support for summary
/description
attributes on $refs
https://github.com/OAI/OpenAPI-Specification/blob/3.1.0/versions/3.1.0.md#reference-object
Any ETA?
Not really - I spend a lot of time on attributes lately. However, the dust has settled a bit on that so 3.1 might be on the cards next. Of course, PRs are always welcome :)
SwaggerPHP v4 was released. Any ETA for at least for $refs
summary/description override? What's next on roadmap?
If things were just that easy :)
https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
I guess we'll have to widen some type hints...