JSON Schema Generator
Paste sample JSON and generate a JSON Schema for API contracts, validation rules, and documentation. Processing stays in your browser.
data_object Sample JSON
Paste JSON or upload a .json file. You can also paste multiple JSON documents (one per line).
schema Generated JSON Schema
Copy or download your schema.
Tip: For best schemas, paste multiple representative samples (one JSON per line).
What this generator does
- Infers types for objects, arrays, strings, numbers, booleans, and null
- Builds
propertiesfor objects anditemsfor arrays - Optionally computes
requiredkeys (intersection across multiple samples) - Optionally detects string formats like
date-time,email, anduri