|
25 | 25 | { |
26 | 26 | "id": "3468206643", |
27 | 27 | "name": "BOOL", |
28 | | - "conditions": "[\"and\", [\"or\", [\"or\", {\"name\": \"booleanKey\", \"type\": \"custom_attribute\", \"match\":\"exact\", \"value\":true}]]]" |
| 28 | + "conditions": ["and", ["or", ["or", {"name": "booleanKey", "type": "custom_attribute", "match":"exact", "value":true}]]] |
29 | 29 | }, |
30 | 30 | { |
31 | 31 | "id": "3468206644", |
32 | 32 | "name": "INT", |
33 | | - "conditions": "[\"and\", [\"or\", [\"or\", {\"name\": \"integerKey\", \"type\": \"custom_attribute\", \"match\":\"gt\", \"value\":1.0}]]]" |
| 33 | + "conditions": ["and", ["or", ["or", {"name": "integerKey", "type": "custom_attribute", "match":"gt", "value":1.0}]]] |
34 | 34 | }, |
35 | 35 | { |
36 | 36 | "id": "3468206645", |
37 | 37 | "name": "DOUBLE", |
38 | | - "conditions": "[\"and\", [\"or\", [\"or\", {\"name\": \"doubleKey\", \"type\": \"custom_attribute\", \"match\":\"lt\", \"value\":100.0}]]]" |
| 38 | + "conditions": ["and", ["or", ["or", {"name": "doubleKey", "type": "custom_attribute", "match":"lt", "value":100.0}]]] |
39 | 39 | }, |
40 | 40 | { |
41 | 41 | "id": "3468206642", |
42 | 42 | "name": "Gryffindors", |
43 | | - "conditions": "[\"and\", [\"or\", [\"or\", {\"name\": \"house\", \"type\": \"custom_attribute\", \"match\":\"exact\", \"value\":\"Gryffindor\"}]]]" |
| 43 | + "conditions": ["and", ["or", ["or", {"name": "house", "type": "custom_attribute", "match":"exact", "value":"Gryffindor"}]]] |
44 | 44 | }, |
45 | 45 | { |
46 | 46 | "id": "3988293898", |
47 | 47 | "name": "Slytherins", |
48 | | - "conditions": "[\"and\", [\"or\", [\"or\", {\"name\": \"house\", \"type\": \"custom_attribute\", \"match\":\"substring\", \"value\":\"Slytherin\"}]]]" |
| 48 | + "conditions": ["and", ["or", ["or", {"name": "house", "type": "custom_attribute", "match":"substring", "value":"Slytherin"}]]] |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "id": "4194404272", |
52 | 52 | "name": "english_citizens", |
53 | | - "conditions": "[\"and\", [\"or\", [\"or\", {\"name\": \"nationality\", \"type\": \"custom_attribute\", \"match\":\"exact\", \"value\":\"English\"}]]]" |
| 53 | + "conditions": ["and", ["or", ["or", {"name": "nationality", "type": "custom_attribute", "match":"exact", "value":"English"}]]] |
54 | 54 | }, |
55 | 55 | { |
56 | 56 | "id": "2196265320", |
57 | 57 | "name": "audience_with_missing_value", |
58 | | - "conditions": "[\"and\", [\"or\", [\"or\", {\"name\": \"nationality\", \"type\": \"custom_attribute\", \"value\": \"English\"}, {\"name\": \"nationality\", \"type\": \"custom_attribute\"}]]]" |
| 58 | + "conditions": ["and", ["or", ["or", {"name": "nationality", "type": "custom_attribute", "value": "English"}, {"name": "nationality", "type": "custom_attribute"}]]] |
59 | 59 | } |
60 | 60 | ], |
61 | 61 | "attributes": [{ |
|
0 commit comments