json-schema-rules-engine
json-schema-rules-engine copied to clipboard
A highly configurable and dynamic rules engine based on JSON Schema
Can you share with me if there is a universally agreed upon standard for sending rules over HTTP via JSON? Because I notice that there is a specific type for...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
from the rules object of the example it is not clear where standard json-schema syntax can be used and library syntax is needed. It seems that `when`, `then`, `otherwise`, `is`,...
From the README it do not fully understand the difference between "facts" and "context". In the [basic example](https://github.com/akmjenkins/json-schema-rules-engine?tab=readme-ov-file#basic-example) "facts" seems to be the data on which the business rules are...