1.0.0 - 2026-08-31
- Extract a minimal JSON Schema from pasted JSON, describing structure only — property names, types, required properties, and array element shapes — with no values from the input.
- Load JSON from a local file into the text area, with an error shown if the file does not contain valid JSON.
- Extraction runs automatically on paste or file selection; the Extract Schema button re-runs it after manual edits.
- Copy the extracted schema to the clipboard.
- All processing happens in the browser, with nothing uploaded or stored.