api-typescript-generator / Modules / openapi / OpenApiServerVariable
openapi.OpenApiServerVariable
The OpenAPI server variable.
See
https://swagger.io/specification/#server-variable-object
• default: string
The default value to use for substitution, which SHALL be sent if an alternate value is not supplied.
• Optional description: string
An optional description for the server variable. CommonMark syntax MAY be used for rich text representation.
• Optional enum: string[]
An enumeration of string values to be used if the substitution options are from a limited set.