-
Notifications
You must be signed in to change notification settings - Fork 2
Response
Adil Bektursunov edited this page Mar 17, 2026
·
4 revisions
| Path | Change id | Comment | Example | Severity | Approved | Version Combination | Link | |
|---|---|---|---|---|---|---|---|---|
| 1 | paths.[*].[*].responses.[] | add-new-response | add any response code | before after | non-breaking | add-new-response | ||
| 2 | paths.[*].[*].responses.[] | remove-response | remove any response code | before after | breaking | remove-response | ||
| 3 | paths.[*].[*].responses.[*].description. | add-response-description | before after | annotation | add-response-description | |||
| 4 | paths.[*].[*].responses.[*].description. | update-response-description | before after | annotation | update-response-description | |||
| 5 | paths.[*].[*].responses.[*].description. | remove-response-description | before after | annotation | remove-response-description | |||
| 6 | paths.[*].[*].responses.[*].headers | add-response-header | before after | non-breaking | add-response-header | |||
| 7 | paths.[*].[*].responses.[*].headers | remove-response-header | before after | breaking | remove-response-header | |||
| 8 | paths.[*].[*].responses.[*].headers.[] | update-header-name | before after | update-header-name | ||||
| 9 | paths.[*].[*].responses.[*].headers.[*].required. | add-required-attribute-with-default-value-for-header | before after | <no changes> [not supported] | add-required-attribute-with-default-value-for-header | |||
| 10 | paths.[*].[*].responses.[*].headers.[*].required. | remove-required-attribute-with-default-value-from-header | before after | <no changes> [not supported] | remove-required-attribute-with-default-value-from-header | |||
| 11 | paths.[*].[*].responses.[*].headers.[*].deprecated. | add-deprecated-attribute-with-default-value-for-header | before after | <no changes> [not supported] | add-deprecated-attribute-with-default-value-for-header | |||
| 12 | paths.[*].[*].responses.[*].headers.[*].deprecated. | remove-deprecated-attribute-with-default-value-from-header | before after | <no changes> [not supported] | remove-deprecated-attribute-with-default-value-from-header | |||
| 13 | paths.[*].[*].responses.[*].headers.[*].allowEmptyValue. | add-allowEmptyValue-attribute-with-default-value-for-header | before after | <no changes> [not supported] | add-allowEmptyValue-attribute-with-default-value-for-header | |||
| 14 | paths.[*].[*].responses.[*].headers.[*].allowEmptyValue. | remove-allowEmptyValue-attribute-with-default-value-from-header | before after | <no changes> [not supported] | remove-allowEmptyValue-attribute-with-default-value-from-header | |||
| 15 | paths.[*].[*].responses.[*].headers.[*].allowReserved. | add-allowReserved-attribute-with-default-value-for-header | before after | <no changes> [not supported] | add-allowReserved-attribute-with-default-value-for-header | |||
| 16 | paths.[*].[*].responses.[*].headers.[*].allowReserved. | remove-allowReserved-attribute-with-default-value-from-header | before after | <no changes> [not supported] | remove-allowReserved-attribute-with-default-value-from-header | |||
| 17 | paths.[*].[*].responses.[*].headers.[*].description. | add-header-description | before after | annotation | add-header-description | |||
| 18 | paths.[*].[*].responses.[*].headers.[*].description. | update-header-description | before after | annotation | update-header-description | |||
| 19 | paths.[*].[*].responses.[*].headers.[*].description. | remove-header-description | before after | annotation | remove-header-description | |||
| 20 | paths.[*].[*].responses.[*].content.[*].encoding.[*].allowReserved. | add-allowReserved-attribute-with-default-value-for-response-parameter-encoding | before after | <no changes> [not supported] | add-allowReserved-attribute-with-default-value-for-response-parameter-encoding | |||
| 21 | paths.[*].[*].responses.[*].content.[*].encoding.[*].allowReserved. | remove-allowReserved-attribute-with-default-value-from-response-parameter-encoding | before after | <no changes> [not supported] | remove-allowReserved-attribute-with-default-value-from-response-parameter-encoding | |||
| 22 | paths.[*].[*].responses.[*].[] | add-custom-property | OAS extensions, ER shall not depend on extension value - a primitive, an array, an object or null | before after | non-breaking [not supported] | add-custom-property | ||
| 23 | paths.[*].[*].responses.[*].[]. | update-custom-property-value | OAS extensions, ER shall not depend on extension value - a primitive, an array, an object or null | before after | non-breaking [not supported] | update-custom-property-value | ||
| 24 | paths.[*].[*].responses.[*].[] | remove-custom-property | OAS extensions, ER shall not depend on extension value - a primitive, an array, an object or null | before after | non-breaking [not supported] | remove-custom-property | ||
| 25 | paths.[*].[*].responses.[*].description ($ref sibling) | add-overriden-description | add description that overrides $ref (sibling) | before after | annotation | [3.1.0, 3.1.0], [3.0.0, 3.1.0] | add-overriden-description | |
| 26 | paths.[*].[*].responses.[*].description ($ref sibling) | change-overriden-description | change description that overrides $ref (sibling) | before after | annotation | [3.1.0, 3.1.0] | change-overriden-description | |
| 27 | paths.[*].[*].responses.[*].description ($ref sibling) | change-referenced-description-when-overridden-exists | change description in referenced when sibling override exists | before after | annotation | [3.1.0, 3.1.0] | change-referenced-description-when-overridden-exists | |
| 28 | paths.[*].[*].responses.[*].description ($ref sibling) | remove-overriden-description | remove description that overrides $ref (sibling) | before after | annotation | [3.1.0, 3.1.0], [3.1.0, 3.0.0] | remove-overriden-description |