即时验证 OpenAPI 规范。检测错误,检查最佳实践,确保您的 API 文档完整。所有处理都在浏览器中本地完成。
Tool History is a Supporter feature.
Tool Notes is a Supporter feature.
复制您的 OpenAPI JSON 或 YAML 规范并粘贴到编辑器中。
点击「验证规范」以检查是否符合 OpenAPI 3.x 标准。
查看红色高亮的错误并在您的规范中修复它们。
使用「检查最佳实践」来检查缺失的描述和 operationId。
Navigate to the Schemas tab to browse all defined data models. View property names, types, required fields, and descriptions for each schema.
验证器解析您的 YAML 或 JSON,并使用 @readme/openapi-parser 根据 OpenAPI 3.x 规范模式进行检查。
Linter 检查每个操作中缺失的 summary、description 和 operationId 字段,以及响应描述。
All paths and HTTP methods are extracted and grouped by their tags. Operations without tags are grouped under a default category. Parameters, request bodies, and response codes are displayed for each operation.
Component schemas (OpenAPI 3.x) and definitions (Swagger 2.0) are extracted and displayed as browsable trees. You can inspect each property's type, format, description, and whether it is required.
目前支持 OpenAPI 3.0.x 和 3.1.x。