Expand description
Implements OpenAPI Path Object types.
Structs§
- Paths
- Implements OpenAPI Paths Object.
- Paths
Builder - Use builder syntax to set the inputs and finish with
build(). - Path
Item - Implements OpenAPI Path Item Object what describes
Operations available on a single path. - Path
Item Builder - Use builder syntax to set the inputs and finish with
build().
Enums§
- Http
Method - HTTP method of the operation.
Structs§
- Operation
- Implements OpenAPI Operation Object object.
- Operation
Builder - Use builder syntax to set the inputs and finish with
build(). - Parameter
- Implements OpenAPI Parameter Object for
Operation. - Parameter
Builder - Use builder syntax to set the inputs and finish with
build().
Enums§
- Parameter
In - In definition of
Parameter. - Parameter
Style - Defines how
Parametershould be serialized.