Operation
faststream.specification.asyncapi.v2_6_0.schema.Operation
#
Bases: BaseModel
A class to represent an operation.
ATTRIBUTE | DESCRIPTION |
---|---|
operationId |
ID of the operation
|
summary |
summary of the operation
|
description |
description of the operation
|
bindings |
bindings of the operation
|
message |
message of the operation
|
security |
security details of the operation
|
tags |
tags associated with the operation
|