📋
JSON 스키마 스튜디오
자동 생성기 JSON 스키마 내 브라우저에서만JSON 스키마를 생성하고 검증합니다.
Input JSON
JSON Schema Result
Schema will appear here...
Type Keywords
| Keyword | Description |
|---|---|
type | Data type (string, number, integer, boolean, object, array, null) |
enum | Allowed values list |
const | Single allowed value |
$ref | Reference another schema |
Validation Keywords
| Type | Keywords |
|---|---|
| String | minLength, maxLength, pattern, format |
| Number | minimum, maximum, multipleOf, exclusiveMinimum |
| Object | required, properties, additionalProperties, minProperties |
| Array | items, minItems, maxItems, uniqueItems |