Skip to content

Commit 395e0e2

Browse files
committed
Merge pull request #637 from OAI/issue-524
added deprecated fields
2 parents c86e43b + d2d4fd7 commit 395e0e2

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
@@ -596,6 +596,7 @@ Field Name | Type | Description
596596
<a name="parameterIn"></a>in | `string` | **Required.** The location of the parameter. Possible values are "query", "header", "path", "formData" or "body".
597597
<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.
598598
<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`.
599+
<a name="parameterDeprecated"></a> deprecated | `boolean` | Specifies that a parameter is deprecated and should be transitioned out of usage.
599600

600601
If [`in`](#parameterIn) is `"body"`:
601602

@@ -1252,6 +1253,7 @@ Field Name | Type | Description
12521253
<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.
12531254
<a name="schemaExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) | Additional external documentation for this schema.
12541255
<a name="schemaExample"></a>example | Any | A free-form property to include a an example of an instance for this schema.
1256+
<a name="schemaDeprecated"></a> deprecated | `boolean` | Specifies that a schema is deprecated and should be transitioned out of usage.
12551257

12561258
##### Patterned Objects
12571259

0 commit comments

Comments
 (0)