src/engine/structure.ts
Interface of a ruleset as it's specified in the json file
Properties |
|
description |
description:
|
Type : string
|
Optional |
Optional ruleset description |
id |
id:
|
Type : string
|
Unique id of the ruleset |
name |
name:
|
Type : string
|
Name of the ruleset |
rules |
rules:
|
Type : Rule[]
|
List of rules associated to the ruleset |
validityRange |
validityRange:
|
Type : literal type
|
Optional |
Optional date range where the ruleset will be executed |