Skip to content

Commit 6236411

Browse files
committed
Additional example for "raw JSON"
1 parent 8d677fe commit 6236411

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

versions/3.1.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,12 @@ content:
15911591
application/octet-stream: {}
15921592
```
15931593

1594+
```yaml
1595+
# arbitrary JSON without constraints beyond being well-formed:
1596+
content:
1597+
application/json: {}
1598+
```
1599+
15941600
These examples apply to either input payloads of file uploads or response payloads.
15951601

15961602
A `requestBody` for submitting a file in a `POST` operation may look like the following example:

0 commit comments

Comments
 (0)