Skip to main content

Interface: OperationSpec

Defined in: types.ts:86

Indexable

[extension: string]: unknown

Properties

description?

optional description?: string

Defined in: types.ts:88


operationId?

optional operationId?: string

Defined in: types.ts:87


parameters?

optional parameters?: object[]

Defined in: types.ts:89

$ref?

optional $ref?: string

description?

optional description?: string

in?

optional in?: string

name?

optional name?: string

required?

optional required?: boolean

schema?

optional schema?: object

schema.items?

optional items?: object

schema.items.type?

optional type?: string

schema.type?

optional type?: string


requestBody?

optional requestBody?: RequestBodySpec

Defined in: types.ts:100