从JSON样本自动生成JSON Schema
JSON Schema is a vocabulary for validating JSON data structure. It defines required properties, types, patterns, and constraints.
The tool generates JSON Schema draft-07, the most widely supported version.
Yes, it handles nested objects, arrays, mixed types, and generates required field lists automatically.