aboutsummaryrefslogtreecommitdiff
path: root/rsTester/src/test/resources/ruleSets/simpleRuleSet1.json
blob: 8365d1d50ca5bed96269cc31c2fea8ba577714f2 (plain)
1
2
3
4
5
6
7
8
9
{ "name": "simpleRuleSet1"
, "description": ""
, "rules": [ { "id": 42
             , "name": "trivial check"
             , "description": "test desc"
             , "rule":
               function() { }
           }]
}