diff --git a/versions/3.0.md b/versions/3.0.md index 66610d5c4f..80ec02bd29 100644 --- a/versions/3.0.md +++ b/versions/3.0.md @@ -1222,8 +1222,10 @@ Each key in the Content Object is the media type of the [Media Type Object](#med ] }, "text/plain": { - "Bob,Diane,Mary,Bill", - "" + "examples": [ + "Bob,Diane,Mary,Bill", + "" + ] } } ``` @@ -1250,6 +1252,7 @@ content: 'text/plain': examples: - "Bob,Diane,Mary,Bill" + - "" ``` #### Media Type Object