Caricamento strumento...
Strumenti Correlati
🔒 Privacy-First: Tutta l'elaborazione avviene nel tuo browser. I tuoi dati non lasciano mai il tuo dispositivo.
Caricamento strumento...
🔒 Privacy-First: Tutta l'elaborazione avviene nel tuo browser. I tuoi dati non lasciano mai il tuo dispositivo.
Genera JSON Schema dai tuoi dati JSON automaticamente
Quando "Aggiungi hint di formato" è abilitato, il convertitore rileva automaticamente e aggiunge specifiche di formato:
emailuser@example.com
urihttps://example.com
date-time2025-11-17T15:30:00Z
date2025-11-17
uuid550e8400-e29b-41d4-a716-446655440000
ipv4192.168.1.1
| Tipo JSON | Tipo Schema | Esempio |
|---|---|---|
| string | "string" | "Hello" |
| number (integer) | "integer" | 42 |
| number (float) | "number" | 3.14 |
| boolean | "boolean" | true |
| null | "null" | null |
| array | "array" | [1, 2, 3] |
| object | "object" | { "key": "value" } |