File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Options:
63
63
| externalDocs.url | custom.documentation.externalDocumentation.url |
64
64
| servers[].description | custom.documentation.servers.description |
65
65
| servers[].url | custom.documentation.servers.url |
66
+ | servers[].variables | custom.documentation.servers.variables |
66
67
| tags[].name | custom.documentation.tags.name |
67
68
| tags[].description | custom.documentation.tags.description |
68
69
| tags[].externalDocs.url | custom.documentation.tags.externalDocumentation.url |
@@ -121,8 +122,15 @@ custom:
121
122
url: https://google.com
122
123
description: A link to google
123
124
servers:
124
- url: https://example.com
125
+ url: https://example.com:{port}/
125
126
description: The server
127
+ variables:
128
+ port:
129
+ enum:
130
+ - 4000
131
+ - 3000
132
+ default: 3000
133
+ description: The port the server operates on
126
134
tags:
127
135
- name: tag1
128
136
description: this is a tag
You can’t perform that action at this time.
0 commit comments