OpenAPI 사양을 즉시 유효성 검사합니다. 오류를 감지하고, 모범 사례를 확인하고, API 문서가 완전한지 확인하세요. 모든 처리는 브라우저에서 로컬로 이루어집니다.
도구 기록은(는) 서포터 전용 기능입니다.
도구 메모은(는) 서포터 전용 기능입니다.
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가 지원됩니다.