Builder
Builder for OpenAPI Operation object
Properties
Marks the operation as deprecated when true.
A verbose explanation of the operation behavior.
Specification-extensions for this operation (keys must start with x-).
A URL to additional external documentation for this operation.
Unique string used to identify the operation.
Collected parameter definitions for this operation.
Request body definition for this operation, if any.
Functions
Builds a JsonSchema for the given type.
Generates a JSON Schema representation for the given type T.
Adds operation parameters using the Parameters DSL.
Defines a request body for this operation using the RequestBody DSL.
Adds possible responses returned by this operation using the Responses DSL.
Declares security requirements for this operation using the Security DSL.
Adds server definitions specific to this operation using the Servers DSL.