Skip to content

Commit 1cbb268

Browse files
authored
Merge pull request OAI#969 from MikeRalphson/patch-7
Fix text/plain examples in Content Object
2 parents f22129c + 6c0f76e commit 1cbb268

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
@@ -1228,8 +1228,10 @@ Each key in the Content Object is the media type of the [Media Type Object](#med
12281228
]
12291229
},
12301230
"text/plain": {
1231-
"Bob,Diane,Mary,Bill",
1232-
""
1231+
"examples": [
1232+
"Bob,Diane,Mary,Bill",
1233+
""
1234+
]
12331235
}
12341236
}
12351237
```
@@ -1256,6 +1258,7 @@ content:
12561258
'text/plain':
12571259
examples:
12581260
- "Bob,Diane,Mary,Bill"
1261+
- ""
12591262
```
12601263

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

0 commit comments

Comments
 (0)