Module path

Source
Expand description

Implements OpenAPI Path Object types.

Structs§

Paths
Implements OpenAPI Paths Object.
PathsBuilder
Use builder syntax to set the inputs and finish with build().
PathItem
Implements OpenAPI Path Item Object what describes Operations available on a single path.
PathItemBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

HttpMethod
HTTP method of the operation.

Structs§

Operation
Implements OpenAPI Operation Object object.
OperationBuilder
Use builder syntax to set the inputs and finish with build().
Parameter
Implements OpenAPI Parameter Object for Operation.
ParameterBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

ParameterIn
In definition of Parameter.
ParameterStyle
Defines how Parameter should be serialized.