Skip to content

Instantly share code, notes, and snippets.

View gist:1e796d7473e49eef1fb8238d2ea24175
{
"tax_system": {
"123456": {
"id": 123456,
"namespace": "tax_system",
"rule_description": "this is a test rule",
"predicates": [
{
"attribute_name": "Province",
"operator": "eq",
View gist:f666afd0ff5c265a1bc6a7f3519c2b7e
{
"attribute_name": "Province", # the name of your input
"operator": "eq", # type of operation
"type": "string", # type of input such as INT or STRING
"value": "Ontario" # value of the input you want to gove
}
View gist:0409dc16069087e66bd5f36c2a371553
git clone https://github.com/redis-developer/bonsai-frontend