Skip to content

Commit d1dd1d9

Browse files
committed
removed x- from media type objects
1 parent 52a2cfa commit d1dd1d9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

versions/3.0.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,16 +1263,12 @@ Each Media Type Object provides schema and examples for a the media type identif
12631263
##### Fixed Fields
12641264
Field Name | Type | Description
12651265
---|:---:|---
1266-
12671266
<a name="mediaTypeSchema"></a>schema | [Schema Object](#schemaObject) <span>&#124;</span> [Reference Object](#referenceObject)] | The schema defining the type used for the request body.
12681267
<a name="mediaTypeExamples"></a>examples | [[Example Object](#exampleObject) <span>&#124;</span> [Reference Object](#referenceObject)] | Examples of the media type. Each example in the Examples array SHOULD be in the correct format as specified in the media 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.
12691268
<a name="mediaTypeExample"></a>example | [Example Object](#exampleObject) <span>&#124;</span> [Reference Object](#referenceObject) | Example of the media type. The example object SHOULD be in the correct format as specified in the media 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.
12701269
<a name="mediaTypeEncoding"></a>encoding | [Encoding Object](#encodingObject) | Encoding of the media type. The encoding object SHOULD only apply to `requestBody` objects when the content type is `multipart`.
12711270

1272-
##### Patterned Fields
1273-
Field Pattern | Type | Description
1274-
---|:---:|---
1275-
<a name="parameterExtensions"></a>^x- | Any | Allows extensions to the OpenAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. The value can be `null`, a primitive, an array or an object. See [Specification Extensions](#specificationExtensions) for further details.
1271+
This object can be extended with [Specification Extensions](#specificationExtensions).
12761272

12771273
##### Media Type Examples
12781274

0 commit comments

Comments
 (0)