Skip to content

Commit d2d4fd7

Browse files
committed
added deprecated fields
1 parent 99706c1 commit d2d4fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versions/3.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ Field Name | Type | Description
586586
<a name="parameterIn"></a>in | `string` | **Required.** The location of the parameter. Possible values are "query", "header", "path", "formData" or "body".
587587
<a name="parameterDescription"></a>description | `string` | A brief description of the parameter. This could contain examples of use. [GFM syntax](https://help.github.com/articles/github-flavored-markdown) can be used for rich text representation.
588588
<a name="parameterRequired"></a>required | `boolean` | Determines whether this parameter is mandatory. If the parameter is [`in`](#parameterIn) "path", this property is **required** and its value MUST be `true`. Otherwise, the property MAY be included and its default value is `false`.
589+
<a name="parameterDeprecated"></a> deprecated | `boolean` | Specifies that a parameter is deprecated and should be transitioned out of usage.
589590

590591
If [`in`](#parameterIn) is `"body"`:
591592

@@ -1242,6 +1243,7 @@ Field Name | Type | Description
12421243
<a name="schemaXml"></a>xml | [XML Object](#xmlObject) | This MAY be used only on properties schemas. It has no effect on root schemas. Adds Additional metadata to describe the XML representation format of this property.
12431244
<a name="schemaExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) | Additional external documentation for this schema.
12441245
<a name="schemaExample"></a>example | Any | A free-form property to include a an example of an instance for this schema.
1246+
<a name="schemaDeprecated"></a> deprecated | `boolean` | Specifies that a schema is deprecated and should be transitioned out of usage.
12451247

12461248
##### Patterned Objects
12471249

0 commit comments

Comments
 (0)