[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[] |