📋
Studio JSON Schema
Auto-Generator JSON Schema Client-Side OnlyGénérez et validez des schémas 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 |