zen-engine 2.0.1

Business rules engine
Documentation
{
  "blocks": [
    {
      "id": "dm-customer",
      "type": "dataModel",
      "props": {
        "data": {
          "name": "customer",
          "properties": [
            {
              "id": "p1",
              "name": "orders",
              "type": "relationship",
              "target": "nonExistent",
              "array": true,
              "optional": false
            }
          ]
        }
      },
      "children": []
    }
  ]
}