Namespace: Operation
protoc_gen_openapiv2.options.Operation
Interfaces
Type Aliases
$Shape
Ƭ $Shape: Object
Shape of an Operation.
Type declaration
| Name | Type |
|---|---|
consumes? | string[] | null |
deprecated? | boolean | null |
description? | string | null |
extensions? | { [k: string]: $Shape; } | null |
externalDocs? | $Shape | null |
operationId? | string | null |
parameters? | $Shape | null |
produces? | string[] | null |
responses? | { [k: string]: $Shape; } | null |
schemes? | Scheme[] | null |
security? | $Shape[] | null |
summary? | string | null |
tags? | string[] | null |