-
Notifications
You must be signed in to change notification settings - Fork 2
ResponseHeaders. Schema
Felipe Tanabe edited this page Jan 29, 2026
·
3 revisions
| Path | Change id | Comment | ER | |
|---|---|---|---|---|
| 1 | title. value | add-schema-title | [not supported] | |
| 2 | update-schema-title | [not supported] | ||
| 3 | remove-schema-title | [not supported] | ||
| 4 | type. value | update-schema-type | [not supported] | |
| 5 | update-schema-type-from-specific-type-to-any-type | [not supported] | ||
| 6 | update-schema-type-to-an-equivalent-value | [not supported] | ||
| 7 | nullable. value | mark-schema-value-as-nullable | [not supported] | |
| 8 | explicitly set nullable = false | [not supported] | ||
| 9 | enum | add-enum | [not supported] | |
| 10 | remove-enum | [not supported] | ||
| 11 | enum. value | add-enum-value | [not supported] | |
| 12 | update-enum-value | [not supported] | ||
| 13 | remove-enum-value | [not supported] | ||
| 14 | (for string type) format. value | add-format-for-string-property | [not supported] | |
| 15 | update-format-for-string-property | [not supported] | ||
| 16 | remove-format-for-string-property | [not supported] | ||
| 17 | (for string type) minLength. value | add-min-length-for-string-property | [not supported] | |
| 18 | increase-min-length-for-string-property | [not supported] | ||
| 19 | decrease-min-length-for-string-property | [not supported] | ||
| 20 | remove-min-length-for-string-property | [not supported] | ||
| 21 | (for string type) maxLength. value | add-max-length-for-string-property | [not supported] | |
| 22 | increase-max-length-for-string-property | [not supported] | ||
| 23 | decrease-max-length-for-string-property | [not supported] | ||
| 24 | remove-max-length-for-string-property | [not supported] | ||
| 25 | (for string type) pattern. value | add-pattern-for-string-property | [not supported] | |
| 26 | update-pattern-for-string-property | [not supported] | ||
| 27 | remove-pattern-for-string-property | [not supported] | ||
| 28 | (for number type) format. value | add-format-for-number-property | [not supported] | |
| 29 | update-format-for-number-property | [not supported] | ||
| 30 | remove-format-for-number-property | [not supported] | ||
| 31 | (for number type) minimum. value | add-minimum-for-number-property | [not supported] | |
| 32 | increase-minimum-for-number-property | [not supported] | ||
| 33 | decrease-minimum-for-number-property | [not supported] | ||
| 34 | remove-minimum-for-number-property | [not supported] | ||
| 35 | (for number type) exclusiveMinimum. value | mark-minimum-value-as-exclusive-for-number-property | [not supported] | |
| 36 | mark-minimum-value-as-inclusive-for-number-property | [not supported] | ||
| 37 | (for number type) maximum. value | add-maximum-for-number-property | [not supported] | |
| 38 | increase-maximum-for-number-property | [not supported] | ||
| 39 | decrease-maximum-for-number-property | [not supported] | ||
| 40 | remove-maximum-for-number-property | [not supported] | ||
| 41 | (for number type) exclusiveMaximum. value | mark-maximum-value-as-exclusive-for-number-property | [not supported] | |
| 42 | mark-maximum-value-as-inclusive-for-number-property | [not supported] | ||
| 43 | (for number type) multipleOf. value | add-multiple-of-for-number-property | [not supported] | |
| 44 | update-multiple-of-for-number-property | [not supported] | ||
| 45 | remove-multiple-of-for-number-property | [not supported] | ||
| 46 | (for array type) minItems. value | add-min-items-with-default-value-for-array-property | [not supported] | |
| 47 | remove-min-items-with-default-value-for-array-property | [not supported] | ||
| 48 | add-min-items-for-array-property | [not supported] | ||
| 49 | increase-min-items-for-array-property | [not supported] | ||
| 50 | decrease-min-items-for-array-property | [not supported] | ||
| 51 | remove-min-items-for-array-property | [not supported] | ||
| 52 | (for array type) maxItems. value | add-max-items-for-array-property | [not supported] | |
| 53 | increase-max-items-for-array-property | [not supported] | ||
| 54 | decrease-max-items-for-array-property | [not supported] | ||
| 55 | remove-max-items-for-array-property | [not supported] | ||
| 56 | (for array type) uniqueItems. value | add-unique-items-with-default-value-for-array-property | [not supported] | |
| 57 | remove-unique-items-with-default-value-for-array-property | [not supported] | ||
| 58 | prohibit-non-unique-items-for-array-property | [not supported] | ||
| 59 | allow-non-unique-items-for-array-property | [not supported] | ||
| 60 | (for object type) properties. value | add-new-property | [not supported] | |
| 61 | remove-property | [not supported] | ||
| 62 | (for object type) required.value | add-required-property | [not supported] | |
| 63 | add-required-property-with-default | [not supported] | ||
| 64 | update-required-property | [not supported] | ||
| 65 | remove-required-property | [not supported] | ||
| 66 | (for object type) readOnly. value readOnly properties are included in responses but not in requests | mark-object-property-as-read-only | [not supported] | |
| 67 | mark-object-property-as-not-read-only | [not supported] | ||
| 68 | (for object type) writeOnly. value writeOnly properties may be sent in requests but not in responses | mark-object-property-as-write-only | [not supported] | |
| 69 | mark-object-property-as-not-write-only | [not supported] | ||
| 70 | (for object type) minProperties. value | add-min-properties-with-default-value-for-object-property | [not supported] | |
| 71 | remove-min-properties-with-default-value-for-object-property | [not supported] | ||
| 72 | add-min-properties-for-object-property | [not supported] | ||
| 73 | increase-min-properties-for-object-property | [not supported] | ||
| 74 | decrease-min-properties-for-object-property | [not supported] | ||
| 75 | remove-min-properties-for-object-property | [not supported] | ||
| 76 | (for object type) maxProperties. value | add-max-properties-for-object-property | [not supported] | |
| 77 | increase-max-properties-for-object-property | [not supported] | ||
| 78 | decrease-max-properties-for-object-property | [not supported] | ||
| 79 | remove-max-properties-for-object-property | [not supported] | ||
| 80 | (for object type) additionalProperties.value | update-definition-of-free-form-object | [not supported] | |
| 81 | additionalProperties.type.value | add-non-boolean-additional-properties | [not supported] | |
| 82 | additionalProperties.type. value | update-type-of-additional-properties | [not supported] | |
| 83 | additionalProperties.type. value | remove-additional-properties | [not supported] | |
| 84 | additionalProperties. value | update-additional-props-from-false-to-true | [Not Supported] | |
| 85 | additionalProperties. value | update-additional-props-from-true-to-false | [Not Supported] | |
| 86 | additionalProperties. value | update-additional-props-from-false-to-any | [Not Supported] | |
| 87 | additionalProperties. value | update-additional-props-from-any-to-false | [Not Supported] | |
| 88 | additionalProperties. value | remove-additional-props-with-false-value | [Not Supported] | |
| 89 | additionalProperties. value | add-additional-props-with-false-value | [Not Supported] | |
| 90 | additionalProperties. value | update-additional-props-from-false-to-some-type | [Not Supported] | |
| 91 | additionalProperties. value | update-additional-props-from-some-type-to-false | [Not Supported] | |
| 92 | oneOf. [*] | add-one-of | [not supported] | |
| 93 | add-one-of-option | [not supported] | ||
| 94 | remove-one-of-option | [not supported] | ||
| 95 | remove-one-of | remove oneOf + one of the object inside oneOf | [not supported] | |
| 96 | update-combiner-key-from-anyof-to-oneof | [not supported] | ||
| 97 | update-combiner-key-from-oneof-to-anyof | [not supported] | ||
| 98 | update-combiner-key-from-oneof-to-anyof-and-update-content | [not supported] | ||
| 99 | update-combiner-key-from-anyof-to-oneof-and-update-content | [not supported] | ||
| 100 | update-combiner-key-from-oneof-to-empty-anyof | [not supported] | ||
| 101 | update-combiner-key-from-anyof-to-empty-oneof | [not supported] | ||
| 102 | update-from-empty-anyof-to-oneof-with-content | [not supported] | ||
| 103 | update-from-empty-oneof-to-anyof-with-content | [not supported] | ||
| 104 | oneOf.discriminator.[*] | add-discriminator-for-one-of | [not supported] | |
| 105 | remove-discriminator-for-one-of | [not supported] | ||
| 106 | update-discriminator-for-one-of | [not supported] | ||
| 107 | anyOf.[*] | add-any-of | [not supported] | |
| 108 | add-any-of-option | [not supported] | ||
| 109 | remove-any-of-option | [not supported] | ||
| 110 | remove-any-of | [not supported] | ||
| 111 | anyOf.discriminator.[*] | add-discriminator-for-any-of | [not supported] | |
| 112 | remove-discriminator-for-any-of | [not supported] | ||
| 113 | update-discriminator-for-any-of | [not supported] | ||
| 114 | allOf.[*] | add-all-of | [not supported] | |
| 115 | add-all-of-option | [not supported] | ||
| 116 | remove-all-of-option | [not supported] | ||
| 117 | remove-all-of | [not supported] | ||
| 118 | add-xml-name-replacement-for-schema | [not supported] | ||
| 119 | update-xml-name-replacement-for-schema | [not supported] | ||
| 120 | remove-xml-name-replacement-for-schema | [not supported] | ||
| 121 | add-xml-name-replacement-for-property | [not supported] | ||
| 122 | update-xml-name-replacement-for-property | [not supported] | ||
| 123 | remove-xml-name-replacement-for-property | [not supported] | ||
| 124 | add-attribute-with-default-value-for-xml | [not supported] | ||
| 125 | remove-attribute-with-default-value-for-xml | [not supported] | ||
| 126 | mark-property-as-xml-attribute | [not supported] | ||
| 127 | mark-property-as-xml-element | [not supported] | ||
| 128 | add-xml-prefix-and-namespace-for-schema | [not supported] | ||
| 129 | update-xml-prefix-for-schema | [not supported] | ||
| 130 | remove-xml-prefix-and-namespace-for-schema | [not supported] | ||
| 131 | add-xml-wrapped-with-default-value-for-array-property | [not supported] | ||
| 132 | remove-xml-wrapped-with-default-value-for-array-property | [not supported] | ||
| 133 | add-xml-wrapped-for-array-property | [not supported] | ||
| 134 | remove-xml-wrapped-for-array-property | [not supported] |