Skip to content

Commit 6e32b34

Browse files
committed
Update enum and default type for server variables
1 parent 4c2f701 commit 6e32b34

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
@@ -388,8 +388,8 @@ An object representing a Server Variable for server URL template substituion.
388388
389389
Field Name | Type | Description
390390
---|:---:|---
391-
<a name="serverVariableEnum"></a>enum | [`primitive`] | An enumeration of primitive type values to be used if the substitution options are from a limited set.
392-
<a name="serverVariableDefault"></a>default | `primitive` | **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.
391+
<a name="serverVariableEnum"></a>enum | [`string`] | An enumeration of primitive type values to be used if the substitution options are from a limited set.
392+
<a name="serverVariableDefault"></a>default | `string` | **Required.** The default value to use for substitution if an alternate value is not specified, and will be used if an alternative value is _not_ supplied. Unlike the [Schema Object's](#schemaObject) `default`, this value MUST be provided by the consumer.
393393
<a name="serverVariableDescription"></a>description | `string` | An optional description for the server variable.
394394

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

0 commit comments

Comments
 (0)