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 Name
to reduce potential confusion. - Clarified the description of the
Server Variable Object
'sdefault
field. - Fixed various examples.
- Clarified
operationId
is case sensitive. - Clarified the default value of the
Parameter Object
'sdeprecated
field isfalse
. - Added recommendation to not use the
Parameter Object
'sallowEmptyValue
field as it will be removed in a future version. - Fixed the description of the
Media Type Object
'sschema
field. - Clarified the description of the
Responses Object
's response codes field description. - Clarified that the
Schema Object
'sadditionalProperties
field has a default value oftrue
. - Fixed a small wording issue in the
Discriminator Object
description. - Fixed the
Security Scheme Object
description to include reference to the use of API Keys in cookies. - Fixed the description of the
Security Requirement Object
.