Generador de JSON Schema
Genera JSON Schema a partir de cualquier dato JSON. Detecta automáticamente tipos, formatos y estructuras anidadas.
Cómo usar
Genera JSON Schema a partir de cualquier dato JSON. Detecta automáticamente tipos, formatos y estructuras anidadas.
- 1Paste a valid JSON object or array into the input panel.
- 2Click Generate Schema to produce a JSON Schema (Draft-07) from the sample data.
- 3Review the inferred types, required fields, and structure in the output panel.
- 4Copy the schema or download it as a `.json` file for use in validators or APIs.
Características
- Generates JSON Schema Draft-07 from any valid JSON input
- Infers types (string, number, boolean, array, object, null) automatically
- Marks all keys present in the sample as required fields
- Handles nested objects and arrays with recursive schema generation