OAS 3.0.2 Released!
OAS 3.0.2 Change Log
The OAI is pleased to announce the official release of the OpenAPI Specification 3.0.2!
As a patch release, the following changes were made to improve the specification in terms of readability and accuracy. None of these modifications change the behavior of the spec.
- Added clarification to case sensitivity of keys in maps.
- Reworked the Data Type table, removing the
Common Nameto reduce potential confusion. - Clarified the description of the
Server Variable Object'sdefaultfield. - Fixed various examples.
- Clarified
operationIdis case sensitive. - Clarified the default value of the
Parameter Object'sdeprecatedfield isfalse. - Added recommendation to not use the
Parameter Object'sallowEmptyValuefield as it will be removed in a future version. - Fixed the description of the
Media Type Object'sschemafield. - Clarified the description of the
Responses Object's response codes field description. - Clarified that the
Schema Object'sadditionalPropertiesfield has a default value oftrue. - Fixed a small wording issue in the
Discriminator Objectdescription. - Fixed the
Security Scheme Objectdescription to include reference to the use of API Keys in cookies. - Fixed the description of the
Security Requirement Object.