Skip to content

tsoa-next / @tsoa-next/runtime / Swagger / Operation31

Interface: Operation31

Defined in: packages/runtime/src/swagger/swagger.ts:270

Extends

  • Omit<Operation3, "responses" | "requestBody" | "parameters">

Indexable

ts
[key: `x-${string}`]: unknown

Properties

consumes?

ts
optional consumes?: string[];

Defined in: packages/runtime/src/swagger/swagger.ts:259

Inherited from

Operation3.consumes


deprecated?

ts
optional deprecated?: boolean;

Defined in: packages/runtime/src/swagger/swagger.ts:263

Inherited from

Operation3.deprecated


description?

ts
optional description?: string;

Defined in: packages/runtime/src/swagger/swagger.ts:256

Inherited from

Operation3.description


externalDocs?

ts
optional externalDocs?: ExternalDocs;

Defined in: packages/runtime/src/swagger/swagger.ts:257

Inherited from

Operation3.externalDocs


operationId

ts
operationId: string;

Defined in: packages/runtime/src/swagger/swagger.ts:258

Inherited from

Operation3.operationId


parameters?

ts
optional parameters?: Parameter31[];

Defined in: packages/runtime/src/swagger/swagger.ts:271


requestBody?

ts
optional requestBody?: RequestBody31;

Defined in: packages/runtime/src/swagger/swagger.ts:272


responses

ts
responses: object;

Defined in: packages/runtime/src/swagger/swagger.ts:273

Index Signature

ts
[name: string]: Response31

schemes?

ts
optional schemes?: Protocol[];

Defined in: packages/runtime/src/swagger/swagger.ts:262

Inherited from

Operation3.schemes


security?

ts
optional security?: Security[];

Defined in: packages/runtime/src/swagger/swagger.ts:264

Inherited from

Operation3.security


summary?

ts
optional summary?: string;

Defined in: packages/runtime/src/swagger/swagger.ts:255

Inherited from

Operation3.summary


tags?

ts
optional tags?: string[];

Defined in: packages/runtime/src/swagger/swagger.ts:254

Inherited from

Operation3.tags

TypeScript-first OpenAPI generation, route generation, and runtime validation.