Skip to content

Commit 7c29ae0

Browse files
authored
Merge pull request #1802 from seiyab/fix-response-object-example
fix difference between yaml and json in Response Object Examples
2 parents f0d22dc + 46b140b commit 7c29ae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions/3.0.3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,8 @@ Plain text response with headers:
17721772
"content": {
17731773
"text/plain": {
17741774
"schema": {
1775-
"type": "string"
1775+
"type": "string",
1776+
"example": "whoa!"
17761777
}
17771778
}
17781779
},

0 commit comments

Comments
 (0)