Crate openapi_utils

Source

Enums§

DerefError
This error happens when it is not possible to dereference the full contents of the Openapi file.

Traits§

IntegerTypeExt
Extends the IntegerType with convenience methods
NumberTypeExt
Extends the NumberType with convenience methods
OperationExt
Extension methods for Operation
ParameterDataExt
Extension methods for ParameterData
ParameterExt
Extension methods for Parameter
ReferenceOrExt
This extension deals with ReferenceOr enums in the spec All these methods assume the spec has been previously dereferenced, see the deref_all method in the spec object. These methods are still needed because structs hold ReferenceOr enums, although these enums always have an item, never a reference.
ResponseExt
Extension methods for Response
SchemaExt
Extension methods for Schema
ServerExt
Extension methods for Server
SpecExt
Extends an openapi spec with a method to dereference all its contents
TypeExt
Extension methods for Type