JSON to AJV Schema
Generate JSON Schema (Draft-07) from JSON objects for AJV validation
Input JSON
AJV Schema Output
Features
- • Automatic type inference (string, number, boolean, object, array, null)
- • Format detection (email, uri, date, date-time)
- • Required fields inference
- • Draft-07 compliant output
- • Nested object and array support