Interface Operation

Representation of one operation.

Operation

interface Operation {
    operationId?: string;
    tags?: string[];
    [x: string]: any;
}

Indexable

  • [x: string]: any

Properties

Properties

operationId?: string

Specifies the oas operationId.

tags?: string[]

Specifies an array of oas tags.