Skip to content

Commit f31c83b

Browse files
author
Ron
authored
Merge pull request #1166 from krishahn/server-variable-object
edit Server Variable Object
2 parents 283452e + 4481eba commit f31c83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ An object representing a Server Variable for server URL template substitution.
429429
Field Name | Type | Description
430430
---|:---:|---
431431
<a name="serverVariableEnum"></a>enum | [`string`] | An enumeration of string values to be used if the substitution options are from a limited set.
432-
<a name="serverVariableDefault"></a>default | `string` | **REQUIRED**. The default value to use for substitution if an alternate value is not specified, and will be sent if an alternative value is _not_ supplied. Unlike the [Schema Object's](#schemaObject) `default`, this value MUST be provided by the consumer.
432+
<a name="serverVariableDefault"></a>default | `string` | **REQUIRED**. The default value to use for substitution, and to send, if an alternate value is _not_ supplied. Unlike the [Schema Object's](#schemaObject) `default`, this value MUST be provided by the consumer.
433433
<a name="serverVariableDescription"></a>description | `string` | An optional description for the server variable. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
434434

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

0 commit comments

Comments
 (0)