Clarify relationship between Encoding Object and multipart/form-data #5501
Unanswered
Youssef1313
asked this question in
Q&A
Replies: 1 comment
|
The example is showing how to decode this message part. The linked section explains that when |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In "4.15.4.5 Example: Multipart Form with Multiple Files"
https://spec.openapis.org/oas/v3.2.0.html#example-multipart-form-with-multiple-files
However, the example is dealing with Schema Object. So I don't see how/why the example relates to Encoding Object.
I can see the description making sense, but for a different reason, the fact that an empty schema matches everything, which is aligning with https://spec.openapis.org/oas/v3.2.0.html#migrating-binary-descriptions-from-oas-3-0
All reactions