Interface: IOpenApiServerVariable
An OpenAPI Server Variable Object.
See
https://spec.openapis.org/oas/latest.html#server-variable-object
Properties
enum?
optionalenum?:string[]
Allowed substitution values.
See
https://spec.openapis.org/oas/latest.html#fixed-fields-4
default
default:
string
The default substitution value.
See
https://spec.openapis.org/oas/latest.html#fixed-fields-4
description?
optionaldescription?:string
A description of the variable.