We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c3ccbc + 962f141 commit d5867d6Copy full SHA for d5867d6
versions/3.0.md
@@ -387,10 +387,10 @@ The following shows how variables can be used for a server configuration:
387
},
388
"port": {
389
"enum": [
390
- 8443,
391
- 443
+ "8443",
+ "443"
392
],
393
- "default": 8443
+ "default": "8443"
394
395
"basePath": {
396
"default": "v2"
@@ -412,9 +412,9 @@ servers:
412
description: this value is assigned by the service provider, in this example `gigantic-server.com`
413
port:
414
enum:
415
- - 8443
416
- - 443
417
- default: 8443
+ - '8443'
+ - '443'
+ default: '8443'
418
basePath:
419
# open meaning there is the opportunity to use special base paths as assigned by the provider, default is `v2`
420
default: v2
0 commit comments