Generate a JSON Schema from sample data. Infers types, required fields, patterns, and constraints. Ready for API validation or documentation.
Generate a JSON Schema from this sample data. ## Sample Data ```json [Paste your sample JSON here — one or more examples] ``` ## Requirements - **Schema version**: [Draft-07 / Draft 2020-12] - **Strictness**: [strict — no additional properties / loose — allow extra fields] - **Include**: - [ ] Descriptions for each field - [ ] Examples for each field - [ ] Pattern validation for strings (email, URL, phone, date) - [ ] Enum values where applicable - [ ] Min/max constraints for numbers - [ ] MinLength/maxLength for strings - [ ] Required fields identification - [ ] Nullable fields ## Output 1. Complete JSON Schema 2. Human-readable documentation of the schema (markdown table) 3. Example valid document 4. Example invalid document (showing what would fail validation) 5. TypeScript interface equivalent (bonus)
No gallery images yet.