📋
JSON Schema 工作室
Client-Side Only產生和驗證 JSON Schema。
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 |