포매터 및 코드
OpenAPI / Swagger 유효성 검사기
Validate OpenAPI 3 specs against the spec rules.
편집자 노트
Understanding · A spec for the spec.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›Which versions of OpenAPI are supported?
The validator supports OpenAPI 3.0 and 3.1, as well as legacy Swagger 2.0 definitions in both YAML and JSON formats.
›Is my API specification private?
Yes. Validation happens locally within your browser using JavaScript. Your API keys, endpoints, and schema details are never uploaded to our servers.
›How do I fix validation errors?
The tool provides the specific line and column number for each error alongside a description of the rule violation. Correct these values in your editor and the validator will refresh the status.
›Does this tool lint for best practices?
This tool focuses on structural validity against the official specification. For custom style guides or naming conventions, a dedicated linter like Spectral is typically required.
사람들이 다음도 검색합니다.
관련 도구
More in this room.
- OpenAPI 3.1 YAML ⇄ JSONYAML 및 JSON 간에 OpenAPI 사양을 변환합니다.
- OpenAPI → TypeScript Axios 클라이언트모든 OpenAPI 사양에서 타입이 지정된 Axios 클라이언트를 생성합니다.
- OpenAPI → React Query Hooks엔드포인트별 자동 생성 useQuery + useMutation 훅.
- OpenAPI → Postman 컬렉션모든 OpenAPI 사양에서 Postman v2.1 컬렉션 생성.
- GraphQL SDL ⇄ TypeScript 타입스키마를 탐색하고 타입이 지정된 인터페이스를 내보내기 — 그리고 다시 역변환.
- JSON Schema → Zod / Valibot / ArkType하나의 JSON Schema에서 세 가지 런타임 유효성 검사기 형식.