Skip to content

Commit 26642e3

Browse files
committed
reset src/oas.md history
2 parents 7a5e380 + 3de1cff commit 26642e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/oas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ To upload multiple files, a `multipart` media type MUST be used as shown under [
16921692

16931693
### Encoding Object
16941694

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).
16961696

16971697
See [Appendix B](#appendix-b-data-type-conversion) for a discussion of converting values of various types to string representations.
16981698

@@ -1857,7 +1857,7 @@ Using `contentEncoding` for a multipart field is equivalent to specifying an [En
18571857
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.
18581858

18591859
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.
18611861

18621862
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.
18631863

@@ -4805,8 +4805,8 @@ Certain fields allow the use of Markdown which can contain HTML including script
48054805

48064806
| Version | Date | Notes |
48074807
| ---- | ---- | ---- |
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 |
48104810
| 3.1.1 | 2024-10-24 | Patch release of the OpenAPI Specification 3.1.1 |
48114811
| 3.1.0 | 2021-02-15 | Release of the OpenAPI Specification 3.1.0 |
48124812
| 3.1.0-rc1 | 2020-10-08 | rc1 of the 3.1 specification |

0 commit comments

Comments
 (0)