Skip to content

Instantly share code, notes, and snippets.

@ferndot
Forked from guyjacks/filters.json
Last active September 21, 2018 18: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 ferndot/df2d9d5bbe97ed87606ad6b2ba9a811a to your computer and use it in GitHub Desktop.
Save ferndot/df2d9d5bbe97ed87606ad6b2ba9a811a to your computer and use it in GitHub Desktop.
{
"rule-restraints": {
"stength": {
"min": null,
"max": null
}
},
"match-restraints": {
"min-rules-matched": null,
"max-rules-matched": null
}
"filters": [
{
"type": "intersection",
"filters": [ 'pk', 'pk', ... ]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment