openapi
openapi copied to clipboard
More support for deprecation
Added:
- Support for deprecated operations in V2
- see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields-5
- Support for deprecated parameters in V3
- see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#fixed-fields-10
- Support for deprecated schemas in V3
- see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#fixed-fields-20
I'm not the maintainer but LGTM :)