A variable for the server URL template.

interface IVariable {
    default: string;
    description?: string;
    enum?: string[];
}

Properties

default: string

Default value to use for substitution.

description?: string

An optional description for the server variable.

enum?: string[]

List of available values for the variable.