Glyph WidgetsGlyph Widgets
소개연락처개인정보약관Ko-fi에서 후원하기

© 2026 Glyph Widgets. 모든 권리 보유.

·

100% 클라이언트 측 처리

OpenAPI 유효성 검사기

마지막 업데이트: 2026년 3월 9일

OpenAPI 사양을 즉시 유효성 검사합니다. 오류를 감지하고, 모범 사례를 확인하고, API 문서가 완전한지 확인하세요. 모든 처리는 브라우저에서 로컬로 이루어집니다.

OpenAPI 유효성 검사기

공유

도구 기록은(는) 서포터 전용 기능입니다.

도구 메모은(는) 서포터 전용 기능입니다.

기능

  • ▶OpenAPI 3.x JSON 및 YAML 사양 유효성 검사
  • ▶누락된 설명 및 operationId 확인
  • ▶JSON vs YAML 형식 자동 감지
  • ▶경로 컨텍스트가 포함된 상세한 오류 메시지
  • ▶모범 사례 경고
  • ▶시작하기 위한 빠른 예제 사양
  • ▶Server and base URL display
  • ▶100% client-side processing

이 도구 사용 방법

1

사양 붙여넣기

OpenAPI JSON 또는 YAML 사양을 복사하여 편집기에 붙여넣으세요.

2

유효성 검사

'Spec 유효성 검사'를 클릭하여 OpenAPI 3.x 표준에 대해 확인하세요.

3

결과 검토

빨간색으로 강조된 오류를 확인하고 사양에서 수정하세요.

4

Lint

'모범 사례 확인'을 사용하여 누락된 설명 및 operationId를 확인하세요.

5

Inspect Schemas

Navigate to the Schemas tab to browse all defined data models. View property names, types, required fields, and descriptions for each schema.

OpenAPI 유효성 검사

유효성 검사기는 YAML 또는 JSON을 파싱하고 @readme/openapi-parser를 사용하여 OpenAPI 3.x 사양 스키마에 대해 확인합니다.

모범 사례 확인

린터는 각 작업에서 누락된 summary, description, operationId 필드와 응답 설명을 확인합니다.

Endpoint Extraction

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.

Schema Browsing

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가 지원됩니다.

관련 도구

JSON Formatter

JSON 형식 지정 및 유효성 검사

YAML Formatter

YAML 형식 지정 및 유효성 검사