Skip to content

Commit f306b75

Browse files
fix example in json (#2547)
* fix example in json example should be same level with schema * Update versions/3.1.1.md Co-authored-by: Mike Ralphson <[email protected]> Co-authored-by: Mike Ralphson <[email protected]>
1 parent 72cba92 commit f306b75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.1.1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1793,9 +1793,9 @@ Plain text response with headers:
17931793
"content": {
17941794
"text/plain": {
17951795
"schema": {
1796-
"type": "string",
1797-
"example": "whoa!"
1798-
}
1796+
"type": "string"
1797+
},
1798+
"example": "whoa!"
17991799
}
18001800
},
18011801
"headers": {

0 commit comments

Comments
 (0)