Validate Azure REST API Specifications
HTTP-aware OpenAPI request/response validator. Batteries-included distribution: re-exports @aahoughton/oav-core, adds YAML readers, ships the `oav` CLI. For a zero-runtime-dep install, use @aahoughton/oav-core directly.
Fastify adapter for @aahoughton/oav-core. preValidation hook factory plus standalone helpers (httpRequestFromFastify, renderProblemDetails) for callers composing their own hooks.
HTTP-aware OpenAPI request/response validator with a JSON Schema codegen compiler. Zero runtime dependencies; install @aahoughton/oav for the batteries-included experience (YAML readers + CLI).
Express 4 adapter for @aahoughton/oav-core. Ships a request-validator middleware factory plus standalone helpers (httpRequestFromExpress, renderProblemDetails) for callers that want to compose their own.
Express 5 adapter for @aahoughton/oav-core. Promise-native middleware factory plus standalone helpers (httpRequestFromExpress, renderProblemDetails) for callers composing their own middleware.
Web service for live request validation using oav
Validate Azure REST API Specifications
Validate Azure REST API Specifications
A little package that can be called as a tool to convert azure sdk test-proxy files to the format consumed by the live validation format of oav.
ObjectView是feng3d中实现由数据对象自动生成界面的一套框架。
Angular Library to display Swagger and OpenAPI RESTful API specifications.
Webcomponent to display Swagger and OpenAPI RESTful API specifications.
A Rust client/sdk to access Boavizta API
A vector-like data structure for conventient growable Struct-of-Arrays creation and manipulation.
Macro implementation of #[derive(SoAble)]