koel/tests/blobs/rules/is and isNot.json
2018-11-18 22:50:15 +01:00

23 lines
352 B
JSON

[
{
"id": 1541356285385,
"rules": [
{
"id": 1541356313181,
"model": "title",
"operator": "is",
"value": [
"Foo"
]
},
{
"id": 1542572962736,
"model": "artist.name",
"operator": "isNot",
"value": [
"Bar"
]
}
]
}
]