JSON Schema Generator

Free

Paste a JSON example and get a JSON Schema (draft-07) automatically generated. Updates in real time.

JSON Input

Generated JSON Schema

Schema generates as you type

Type Inference Rules

"text"type: "string"
42type: "integer"
3.14type: "number"
truetype: "boolean"
nulltype: ["null"]
"foo@bar.com"format: "email"
"https://..."format: "uri"
"2024-01-01T..."format: "date-time"

Reviews

Sign in to write a review