Expand description
Implements OpenAPI Schema Object types which can be used to define field properties, enum values, array or object types.
Functions§
Structs§
- Components
- Implements OpenAPI Components Object which holds supported reusable objects.
- Components
Builder - Use builder syntax to set the inputs and finish with
build()
. - Discriminator
- OpenAPI Discriminator object which can be optionally used together with
Object
composite object. - Ref
- Implements OpenAPI Reference Object that can be used to reference
reusable components such as
Schema
s orResponse
s. - RefBuilder
- Use builder syntax to set the inputs and finish with
build()
.
Enums§
- Type
- JSON Schema Type https://www.learnjsonschema.com/2020-12/validation/type
- Types
- JSON Schema Type
Structs§
- Object
- A JSON Schema Object as per JSON Schema specification. https://www.learnjsonschema.com/2020-12/
- Object
Builder - Use builder syntax to set the inputs and finish with
build()
.