API Reference Openapi v#0.3.0

Copy Markdown View Source

Modules

Dispatch plug used by the OpenAPI router generated by Openapi.

Plug responsible for serving OpenAPI documentation and Swagger UI assets.

Base error for OpenAPI validation and routing failures.

Basic Phoenix integration helpers for OpenAPI support.

A plug that validates handler responses against the responses schemas defined in the OpenAPI document.

Compiles the JSON schemas of a single OpenAPI operation into pre-resolved ExJsonSchema schemas for use by Openapi.ValidatorPlug and Openapi.ResponseValidatorPlug.

A plug that validates incoming requests against OpenAPI schemas.