Validate an OpenAPI document’s structure, references, and operation contracts.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The document is checked for top-level fields, paths, operations, parameter placement, schema references, responses, and components. Findings are reported without serving or calling endpoints.
{"openapi":"3.0.3","info":{"title":"Pet Store","version":"1.0.0"},"paths":{"/pets":{"get":{"summary":"List pets","responses":{"200":{"description":"OK"}}}}}}
Valid: yes Version: 3.0.3 Errors: none Warnings: Missing recommended 'info.description', Missing recommended 'info.contact', Missing 'operationId' in GET /pets, Missing 'servers' array (recommended for OpenAPI 3.x) STATS Paths: 1 Operations: 1 Schemas: 0 Parameters: 0
CI, gateways, and client generators validate OpenAPI contracts.