[T] OpenAPI3Operation
type OpenAPI3Operation = Extensions & object;Type Declaration
Section titled “Type Declaration”| Name | Type |
|---|---|
deprecated? | boolean |
description? | string |
operationId? | string |
parameters | Refable<OpenAPI3Parameter>[] |
requestBody? | Refable<OpenAPI3RequestBody> |
responses? | any |
security? | Record<string, string[]>[] |
summary? | string |
tags? | string[] |