ЕСОЗ - публічна документація
Business rules engine data model_EN
Tables
Rule engine rules are stored in the MongoDB database
rule_engine_rules
Table used to store rule engine rule attributes
Name | Type | M/O | Description and constraints | |
---|---|---|---|---|
id | uuid | M | System identifier of the rule engine rule | |
name | string | M | Name of the rule engine rule | |
code | system | string | M | Code of rule engine rule. Fetches from the dictionary |
code | string | M | Fetches from the dictionary selected from system field | |
description | string | O | Description of the rule engine rule | |
deactivation_reason | string | O | Reason for deactivating rule engine rule | |
is_active | bool | M | Technical flag. By default is true | |
value | string | string | M | Rule engine rule in Human readable string format |
json | json | M | Rule engine rule in JsonLogic format | |
inserted_by | uuid | M | The last user by who the rule engine rule was created | |
inserted_at | timestamp | M | Time when a rule engine rule was created | |
updated_by | uuid | M | The last user by who the rule engine rule was updated | |
updated_at | timestamp | M | The last time the rule engine rule was updated |
Example
ЕСОЗ - публічна документація