You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1233,7 +1233,10 @@ content:
1233
1233
Describes a set of supported media types. A Content Object can be used in [Request Body Object](#requestBodyObject),
1234
1234
[Parameter Objects](#parameterObject), [Header Objects](#headerObject), and [Response Objects](#responseObject).
1235
1235
1236
-
Each key in the Content Object is the media type of the [Media Type Object](#mediaTypeObject).
1236
+
##### Patterned Fields
1237
+
Field Pattern | Type | Description
1238
+
---|:---:|---
1239
+
<a name="contentMediaType"></a>{mediaType} | [Media Type Object](#mediaTypeObject) | A media type that is supported by this container. The key should be the media type and the value is used to describe it.
0 commit comments