OpenAPI Toolkit for Deno

Various modules to power OpenAPI in Deno.

Modules

Notes

All modules and types are re-exported on the root mod.ts, though it's generally better to only import the ones you specifically require in your project.

If you only need types for OpenAPI Documents, just import types.ts.

Documentation

Documentation is available here.

Compatibility

It's not a goal to fully or even partially support OpenAPI V2. Expect this to work only with OpenAPI V3 documents.

License

This module is licensed under the MIT License.