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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1023,10 +1023,10 @@ content:
1023
1023
1024
1024
#### <a name="contentObject"></a>Content Object
1025
1025
1026
-
Describes a set of supported media types. A content object can be used in [requestBody](#requestBody),
1027
-
[parameter objects](#parameterObject), [header objects](#headerObject), and [response objects](#responseObject).
1026
+
Describes a set of supported media types. A Content Object can be used in [Request Body Object](#requestBody),
1027
+
[Parameter Objects](#parameterObject), [Header Objects](#headerObject), and [Response Objects](#responseObject).
1028
1028
1029
-
Each key in the content object is the media-type of the [Media Type Object](#mediaTypeObject).
1029
+
Each key in the Content Object is the mediatype of the [Media Type Object](#mediaTypeObject).
1030
1030
1031
1031
##### Content Examples
1032
1032
@@ -1082,15 +1082,15 @@ content:
1082
1082
```
1083
1083
1084
1084
#### <a name="mediaTypeObject"></a>Media Type Object
1085
-
Each media type object provides schema and examples for a the media type identified by its key. Media Type objects can be used in a [content object](#contentObject).
1085
+
Each Media Type Object provides schema and examples for a the media type identified by its key. Media Type Objects can be used in a [Content Object](#contentObject).
1086
1086
1087
1087
##### Fixed Fields
1088
1088
Field Name | Type | Description
1089
1089
---|:---:|---
1090
1090
<a name="mediaTypeSchema"></a>schema | [Schema Object](#schemaObject) | The schema defining the type used for the request body.
1091
1091
<a name="mediaTypeExamples"></a>examples | [Examples Array](#examplesArray) | Examples of the media type. Each example in the Examples array SHOULD be in the correct format as specified in the _content_ type. The `examples` object is mutually exclusive to the `example` object. Furthermore, if referencing a `schema` which contains an example, the `examples` value SHALL _override_ the example provided by the schema.
1092
1092
<a name="mediaTypeExample"></a>example | [Example Object](#exampleObject) | Example of the media type. The example object SHOULD be in the correct format as specified in the _content_ type. The `example` object is mutually exclusive to the `examples` object. Furthermore, if referencing a `schema` which contains an example, the `example` value SHALL _override_ the the example provided by the schema.
1093
-
<a name="mediaTypeEncoding"></a>encoding | [Encoding Object](#encodingObject) | Encoding of the media type. The encoding object SHOULD only apply to `requestBody` objects when the media type is `multipart`.
1093
+
<a name="mediaTypeEncoding"></a>encoding | [Encoding Object](#encodingObject) | Encoding of the media type. The Encoding Object SHOULD only apply to `requestBody` objects when the media type is `multipart`.
0 commit comments