Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created April 25, 2022 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/1e796d7473e49eef1fb8238d2ea24175 to your computer and use it in GitHub Desktop.
Save Hkazanci93/1e796d7473e49eef1fb8238d2ea24175 to your computer and use it in GitHub Desktop.
{
"tax_system": {
"123456": {
"id": 123456,
"namespace": "tax_system",
"rule_description": "this is a test rule",
"predicates": [
{
"attribute_name": "Province",
"operator": "eq",
"type": "string",
"value": "Ontario"
},
{
"attribute_name": "City",
"operator": "eq",
"type": "string",
"value": "Toronto"
}
],
"result": {
"attribute_name": "tax_rate",
"operator": "eq",
"type": "string",
"value": "35"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment