PathOperation
Describes a single API operation on a path.
https://spec.openapis.org/oas/v3.1.0#operation-object
Parameters
A list of tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier.
A short summary of what the operation does.
A verbose explanation of the operation behavior.
Additional external documentation for this operation.
Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive.
A list of parameters that are applicable for this operation. If a parameter is already defined at the Path Item, the new definition will override it but can never remove it. The list MUST NOT include duplicated parameters
The request body applicable for this operation.
The list of possible responses as they are returned from executing this operation.
A map of possible out-of band callbacks related to the parent operation.
Declares this operation to be deprecated.
A declaration of which security mechanisms can be used for this operation.
An alternative server array to service this operation.