Expand description
Request validation for Barbacane gateway.
Validates incoming requests against OpenAPI parameter and body schemas. Used by the data plane to reject non-conforming requests before dispatch.
Structs§
- Operation
Validator - Compiled validator for an operation.
- Problem
Details - RFC 9457 problem details for validation errors.
- Request
Limits - Request limits configuration.
Enums§
- Validation
Error2 - Validation errors returned when a request doesn’t conform to the spec.