Skip to content

Commit 6c0f76e

Browse files
committed
Fix text/plain examples in Content Object
Missing `examples` property in one case and missing empty example in the other.
1 parent d232e6d commit 6c0f76e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

versions/3.0.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,8 +1222,10 @@ Each key in the Content Object is the media type of the [Media Type Object](#med
12221222
]
12231223
},
12241224
"text/plain": {
1225-
"Bob,Diane,Mary,Bill",
1226-
""
1225+
"examples": [
1226+
"Bob,Diane,Mary,Bill",
1227+
""
1228+
]
12271229
}
12281230
}
12291231
```
@@ -1250,6 +1252,7 @@ content:
12501252
'text/plain':
12511253
examples:
12521254
- "Bob,Diane,Mary,Bill"
1255+
- ""
12531256
```
12541257

12551258
#### <a name="mediaTypeObject"></a>Media Type Object

0 commit comments

Comments
 (0)