We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d677fe commit 6236411Copy full SHA for 6236411
1 file changed
versions/3.1.1.md
@@ -1591,6 +1591,12 @@ content:
1591
application/octet-stream: {}
1592
```
1593
1594
+```yaml
1595
+# arbitrary JSON without constraints beyond being well-formed:
1596
+content:
1597
+ application/json: {}
1598
+```
1599
+
1600
These examples apply to either input payloads of file uploads or response payloads.
1601
1602
A `requestBody` for submitting a file in a `POST` operation may look like the following example:
0 commit comments