You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/oas.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1692,7 +1692,7 @@ To upload multiple files, a `multipart` media type MUST be used as shown under [
1692
1692
1693
1693
### Encoding Object
1694
1694
1695
-
A single encoding definition applied to a single value, with the mapping of Encoding Objects to values determined by the [Media Type Object](@media-type-object) as described under [Encoding Usage and Restrictions](#encoding-usage-and-restrictions).
1695
+
A single encoding definition applied to a single value, with the mapping of Encoding Objects to values determined by the [Media Type Object](#media-type-object) as described under [Encoding Usage and Restrictions](#encoding-usage-and-restrictions).
1696
1696
1697
1697
See [Appendix B](#appendix-b-data-type-conversion) for a discussion of converting values of various types to string representations.
1698
1698
@@ -1857,7 +1857,7 @@ Using `contentEncoding` for a multipart field is equivalent to specifying an [En
1857
1857
If `contentEncoding` is used for a multipart field that has an Encoding Object with a `headers` field containing `Content-Transfer-Encoding` with a schema that disallows the value from `contentEncoding`, the result is undefined for serialization and parsing.
1858
1858
1859
1859
Note that as stated in [Working with Binary Data](#working-with-binary-data), if the Encoding Object's `contentType`, whether set explicitly or implicitly through its default value rules, disagrees with the `contentMediaType` in a Schema Object, the `contentMediaType` SHALL be ignored.
1860
-
Because of this, and because the Encoding Object's `contentType` defaulting rules do not take the Schema Object's`contentMediaType` into account, the use of `contentMediaType` with an Encoding Object is NOT RECOMMENDED.
1860
+
Because of this, and because the Encoding Object's `contentType` defaulting rules do not take the Schema Object's`contentMediaType` into account, the use of `contentMediaType` with an Encoding Object is NOT RECOMMENDED.
1861
1861
1862
1862
Note also that `Content-Transfer-Encoding` is deprecated for `multipart/form-data` ([RFC7578](https://www.rfc-editor.org/rfc/rfc7578.html#section-4.7)) where binary data is supported, as it is in HTTP.
1863
1863
@@ -4805,8 +4805,8 @@ Certain fields allow the use of Markdown which can contain HTML including script
4805
4805
4806
4806
| Version | Date | Notes |
4807
4807
| ---- | ---- | ---- |
4808
-
| 3.2.0 | TBD | Release of the OpenAPI Specification 3.2.0 |
4809
-
| 3.1.2 | TBD | Patch release of the OpenAPI Specification 3.1.2 |
4808
+
| 3.2.0 | 2025-09-19 | Release of the OpenAPI Specification 3.2.0 |
4809
+
| 3.1.2 | 2025-09-19 | Patch release of the OpenAPI Specification 3.1.2 |
4810
4810
| 3.1.1 | 2024-10-24 | Patch release of the OpenAPI Specification 3.1.1 |
4811
4811
| 3.1.0 | 2021-02-15 | Release of the OpenAPI Specification 3.1.0 |
4812
4812
| 3.1.0-rc1 | 2020-10-08 | rc1 of the 3.1 specification |
0 commit comments