Zum Inhalt springen

📐 JSON Schema Validierung

Validieren Sie JSON mit JSON Schema. Zeigt Fehler mit Standortinformationen an, einschließlich Typkonflikte, fehlende erforderliche Eigenschaften, Werte außerhalb von enum und Regex-Verletzungen. Unterstützt Draft 7, 2019-09 und 2020-12.

100% Free No signup Browser-only 5 languages Dark mode

Die Ergebnisse werden hier angezeigt.

🔗 Verwandte Tools

📖 Wie man es benutzt

  1. 1
    Enter your JSON Schema
    Paste your JSON Schema (Draft 7 / 2019-09 / 2020-12) into the left textarea. Click Sample to load a working example.
  2. 2
    Enter the JSON data to validate
    Paste the JSON data you want to validate into the right textarea. Validation runs automatically whenever either side is edited.
  3. 3
    Review errors and fix them
    If errors exist, they are listed with the field path, message, and params. Use them to fix either your JSON data or the schema.

❓ Häufig gestellte Fragen

Which Draft versions are supported?
This tool uses Ajv 8 and supports JSON Schema Draft 7, 2019-09, and 2020-12. The version is auto-detected from the $schema field.
Does format validation (email, date, etc.) work?
This tool treats format as an annotation by default and does not fail on format violations. Strict format validation requires an extension like ajv-formats.
What is JSON Schema?
JSON Schema is a specification for describing the structure, types, and constraints of JSON data. It is widely used for API request/response validation, config file validation, and form validation.
🐛 Sind Sie auf ein Problem mit diesem Tool gestoßen?

Vollständig kostenlos und ohne Registrierung. Auch Reproduktionsschritte sind ausreichend. Eingegangene Berichte werden direkt an die Betreiber weitergeleitet und dienen als Referenz für Korrektionen.

※ Um Probleme zu reproduzieren, werden Browser-Informationen (UA / Bildschirmgröße / Sprache / URL) automatisch gesendet