A template variable definition for snapshot rendering.

Hierarchy

  • CreateSnapshotTemplateVariable

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name: string

The template variable name.

prefix: string

The tag prefix associated with the template variable. For example, a prefix of host with a value of web-server-1 scopes the snapshot to host:web-server-1.

values: string[]

The list of scoped values for this template variable.

Generated using TypeDoc