Skip to content

Commit cb5376c

Browse files
authored
Merge pull request #1571 from notEthan/server_variable_default_supplier
fix wording on who supplies the default value for a server variable
2 parents e9d293b + e102bcd commit cb5376c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.2.md

+1-1
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, 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.
432+
<a name="serverVariableDefault"></a>default | `string` | **REQUIRED**. The default value to use for substitution, which SHALL be sent if an alternate value is _not_ supplied. Note this behavior is different than the [Schema Object's](#schemaObject) treatment of default values, because in those cases parameter values are optional.
433433
<a name="serverVariableDescription"></a>description | `string` | An optional description for the server variable. [CommonMark syntax](http://spec.commonmark.org/) MAY be used for rich text representation.
434434

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

0 commit comments

Comments
 (0)