What do we have to do to support OAS 3.2? I am not up to date with the newly added features.
Here are some things from the release page I think we need to add support for:
discriminator and the new field defaultMapping – Does that just work?
- "Additions to support multipart media types"
2.1 New itemSchema field
2.2 New fields prefixEncoding and itemEncoding
- Support for additional HTTP methods – Under an additionalOperations entry in a Path, use any other methods not listed as keys using the correct capitalization, e.g. LINK. Do NOT add HEAD under this, use the existing sibling head.
- Support
querystring in parameter locations: https://spec.openapis.org/oas/latest.html#parameter-locations
What do we have to do to support OAS 3.2? I am not up to date with the newly added features.
Here are some things from the release page I think we need to add support for:
discriminatorand the new fielddefaultMapping– Does that just work?2.1 New itemSchema field
2.2 New fields prefixEncoding and itemEncoding
querystringin parameter locations: https://spec.openapis.org/oas/latest.html#parameter-locations