Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1004 Bytes

File metadata and controls

43 lines (23 loc) · 1004 Bytes

api-typescript-generator / Modules / openapi / OpenApiServerVariable

Interface: OpenApiServerVariable

openapi.OpenApiServerVariable

The OpenAPI server variable.

See

https://swagger.io/specification/#server-variable-object

Table of contents

Properties

Properties

default

default: string

The default value to use for substitution, which SHALL be sent if an alternate value is not supplied.


description

Optional description: string

An optional description for the server variable. CommonMark syntax MAY be used for rich text representation.


enum

Optional enum: string[]

An enumeration of string values to be used if the substitution options are from a limited set.