Skip to content

Commit d8a11ac

Browse files
committed
Updated capitalization and slashed some hyphens
1 parent 9886038 commit d8a11ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

versions/3.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,10 +1023,10 @@ content:
10231023

10241024
#### <a name="contentObject"></a>Content Object
10251025

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).
10281028

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 media type of the [Media Type Object](#mediaTypeObject).
10301030

10311031
##### Content Examples
10321032

@@ -1082,15 +1082,15 @@ content:
10821082
```
10831083

10841084
#### <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).
10861086

10871087
##### Fixed Fields
10881088
Field Name | Type | Description
10891089
---|:---:|---
10901090
<a name="mediaTypeSchema"></a>schema | [Schema Object](#schemaObject) | The schema defining the type used for the request body.
10911091
<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.
10921092
<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`.
10941094

10951095
##### Patterned Fields
10961096
Field Pattern | Type | Description

0 commit comments

Comments
 (0)