§ 2@shape validation

A native validation framework that covers the everyday cases — required properties, types, bounds, patterns — without pulling in SHACL or ShEx. Edit either side and watch results update.

Input

shape
document

Output

● invalid
{
  "valid": false,
  "errors": [
    {
      "path": "age",
      "constraint": "maximum",
      "message": "Value 200 exceeds maximum 150",
      "value": 200
    }
  ],
  "warnings": []
}