Operation
faststream.asyncapi.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
|
externalDocs | external documentation for the operation
|