Skip to content
← Tools
Integration & APIs

OpenAPI linter

Lint an OpenAPI 3.x spec for the things that break downstream — missing operationIds, undeclared path parameters, operations with no success response.

A linter rather than a renderer — editors already show you the endpoints. These checks catch what actually causes trouble downstream: missing operationId (every generated SDK method renames itself when a path changes), duplicate IDs, path templates with no matching parameter, and operations with no success response. YAML and JSON both accepted. Runs in your browser.