OpenAPI 仕様を即座に検証します。エラーを検出し、ベストプラクティスを確認し、API ドキュメントが完全であることを確認します。すべてブラウザー内でローカル処理されます。
Tool History is a Supporter feature.
Tool Notes is a Supporter feature.
OpenAPI の JSON または YAML 仕様をコピーしてエディターに貼り付けます。
「Spec を検証」をクリックして 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 仕様スキーマに対して確認します。
リンターは各オペレーションで欠落している 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 がサポートされています。