Expand description

Traits and utilities for schema generation for operations (handlers).

Enums

Location of an operation parameter.

Traits

A trait for operation input schema generation.

A trait for operation output schema generation.

Functions

Add parameters to an operation while reporting errors.

Generate operation parameters from a JSON schema where the schema is an object, and each property is a parameter.

Set the body of an operation while reporting errors.

Derive Macros

A helper to reduce boilerplate for implementing OperationInput and OperationOutput for common use-cases.