{ "RuleName": "MyRuleRocks", "Product": "general", "Version": "1.0", "Description" : "Wonderful rule, that doesnot do wonders", "Tags": [ "latest" ], "IsActive": true, "IfExpression": "() => customer, c => c.IsPreferred", "ExistExpression": "o => true", "Actions": [ { "Name": "NotifyAboutDiscount", "Type": 0, "ParamNames": null }, { "Name": "DoSomethingToo", "Type": 0, "ParamNames": [ "Price" ] } ] }