Usage & Instructions
- Enter JSON data in the left input box.
- Enter JSON Schema rules in the right input box.
- Validation runs automatically in real-time.
- Status bar shows "Pass" or "Fail" with detailed error paths.
Tips & Tricks
- Local Processing: All validation logic runs in your browser; no data is uploaded.
- Standard Support: Supports most JSON Schema Draft 7 features (type, properties, required, enum, pattern, etc.).
- Quick Debugging: Clickable error paths (e.g., /properties/id) help locate invalid data nodes quickly.