Skip to content

Commit 688fa93

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/OpenAPI.next' into dm/componentsreview
2 parents 9d52588 + 2ec3ca9 commit 688fa93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ An object representing a Server.
317317

318318
Field Name | Type | Description
319319
---|:---:|---
320-
<a name="serverUrlTemplate"></a>server URL template | `string` | A URL to the target host. This URL supports template variables and may be relative, to indicate that the host ___location is relative to the ___location where the OpenAPI Specification is being served. Templates are _optional_ and specified by the [Host Template Parameter](#hostTemplateParameter) syntax. Template substitutions will be made when a variable is named in `{`brackets`}`.
321-
<a name="hostDescription"></a>host description | `string` | An optional string describing the host designated by the URL.
320+
<a name="serverUrlTemplate"></a>url | `string` | A URL to the target host. This URL supports template variables and may be relative, to indicate that the host ___location is relative to the ___location where the OpenAPI Specification is being served. Templates are _optional_ and specified by the [Host Template Parameter](#hostTemplateParameter) syntax. Template substitutions will be made when a variable is named in `{`brackets`}`.
321+
<a name="hostDescription"></a>description | `string` | An optional string describing the host designated by the URL.
322322
<a name="hostTemplates"></a>templates | [Templates Object](#hostTemplatesObject) | An object holding templates for substitution in the URL template
323323

324324
This object can be extended with [Specification Extensions](#specificationExtensions).

0 commit comments

Comments
 (0)