Search for a command to run...
Generate a draft-07 JSON Schema from a JSON sample. Infers types, properties, required fields, and string formats.
Draft-07. The output sets $schema to http://json-schema.org/draft-07/schema# and works with any draft-07 validator (e.g. ajv).
If every item in an array has the same shape, the schema uses that shape as items. If items differ, the schema uses oneOf to enumerate the observed shapes.