What JSON Schema version does this generate?
This tool generates JSON Schema Draft-07, which is the most widely supported version used by validators, API frameworks, and documentation tools.
Does it detect required fields?
Yes, the generator analyzes your JSON data and marks all present fields as required by default. You can customize which fields are optional after generation.
Can I generate schema from nested JSON?
Absolutely. The tool recursively analyzes nested objects and arrays to create complete, nested schema definitions with proper $ref references when applicable.