Error Accumulation
Accumulating per-object validation errors and per-region syntax errors.
Per-object validation errors
~ $schema: { name: string, age: { int, max: 25 } }
---
~ James, 20 # ✓
~ Alex, 30 # ✗ invalid-range
~ Bob, 22 # ✓Per-region syntax errors
Partial output
Duplicate section names
See Also
Last updated
Was this helpful?
