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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,7 @@ An object representing a Server.
323
323
324
324
Field Name | Type | Description
325
325
---|:---:|---
326
-
<a name="serverUrl"></a>url | `string` | A URL to the target host. This URL supports Server Variables and may be relative, to indicate that the host location is relative to the location where the OpenAPI definition is being served. Variable substitutions will be made when a variable is named in `{`brackets`}`.
326
+
<a name="serverUrl"></a>url | `string` | **Required.** A URL to the target host. This URL supports Server Variables and may be relative, to indicate that the host location is relative to the location where the OpenAPI definition is being served. Variable substitutions will be made when a variable is named in `{`brackets`}`.
327
327
<a name="serverDescription"></a>description | `string` | An optional string describing the host designated by the URL.
328
328
<a name="serverVariables"></a>variables | [Server Variables Object](#serverVariablesObject) | An object holding variables for substitution in the URL template.
329
329
@@ -1110,7 +1110,7 @@ Describes a single request body.
1110
1110
Field Name | Type | Description
1111
1111
---|:---:|---
1112
1112
<a name="requestBodyDescription"></a>description | `string` | A brief description of the request body. This could contain examples of use. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
1113
-
<a name="requestBodyContent"></a>content | [Content Object](#contentObject) | The content of the request body.
1113
+
<a name="requestBodyContent"></a>content | [Content Object](#contentObject) | **Required.** The content of the request body.
1114
1114
<a name="requestBodyRequired"></a>required | `boolean` | Determines if the request body is required in the request. Defaults to `false`.
0 commit comments