JSON Schema 生成ツール
JSONデータを貼り付けるだけでJSON Schemaを自動生成。型推定・required検出・ネストオブジェクト対応。
使い方
- 左のテキストエリアにJSONを貼り付けるとJSON Schemaを自動生成
- string / number(integer) / boolean / null / array / object を自動推定
- 配列の要素型を自動推定(同一型/混合型対応)
- ネストしたオブジェクトも再帰的にスキーマ生成
- required フィールドを自動検出
- JSON Schema Draft 2020-12 準拠