JSON 도구
JSON Schema 생성 및 검증
샘플에서 스키마를 생성하거나 JSON을 검증해 필드별 오류를 표시합니다.
Input JSON
All data is processed locally in your browser. Nothing is uploaded or sent to analytics.
대부분의 도구는 브라우저에서 로컬로 처리합니다. 배경 제거는 선택한 이미지를 서버에서 처리한 뒤 원본을 삭제합니다.
Sponsored linkLearn more →
사용 방법
- Choose Generate or Validate.
- For generation, paste sample JSON and choose the draft and required-field option.
- For validation, paste both JSON and Schema to see every detected error.
이런 경우에 유용합니다
- Documenting an API contract
- Checking imported data
- Creating a starting schema for a project
알아둘 점
Generation infers types from one sample. Validation covers common type, required, enum, length, pattern and nested property rules.
자주 묻는 질문
Which drafts are available?
Draft-07 and 2020-12 identifiers are available for generated schemas.
Does validation stop at the first error?
No. All supported nested errors are collected and shown together.