|
5 | 5 | "type": "integer"
|
6 | 6 | },
|
7 | 7 | "name": {
|
8 |
| - "type": "string" |
| 8 | + "type": ["string", "null"] |
9 | 9 | },
|
10 | 10 | "filters": {
|
11 |
| - "type": "object", |
| 11 | + "type": ["object", "null"], |
12 | 12 | "properties": {
|
13 | 13 | "events": {
|
14 | 14 | "type": "array",
|
15 | 15 | "items": {
|
16 | 16 | "type": "object",
|
17 | 17 | "properties": {
|
18 | 18 | "id": {
|
19 |
| - "type": "string" |
| 19 | + "type": ["string", "null"] |
20 | 20 | },
|
21 | 21 | "math": {
|
22 |
| - "type": "string" |
| 22 | + "type": ["string", "null"] |
23 | 23 | },
|
24 | 24 | "name": {
|
25 |
| - "type": "string" |
| 25 | + "type": ["string", "null"] |
26 | 26 | },
|
27 | 27 | "type": {
|
28 |
| - "type": "string" |
| 28 | + "type": ["string", "null"] |
29 | 29 | },
|
30 | 30 | "order": {
|
31 |
| - "type": "integer" |
| 31 | + "type": ["integer", "null"] |
32 | 32 | },
|
33 | 33 | "properties": {
|
34 | 34 | "type": "array",
|
35 | 35 | "items": {
|
36 |
| - "type": "string" |
| 36 | + "type": ["string", "null", "object"] |
37 | 37 | }
|
38 | 38 | },
|
39 | 39 | "math_property": {
|
40 |
| - "type": "string" |
| 40 | + "type": ["string", "null"] |
41 | 41 | }
|
42 | 42 | }
|
43 | 43 | }
|
44 | 44 | },
|
45 | 45 | "display": {
|
46 |
| - "type": "string" |
| 46 | + "type": ["string", "null"] |
47 | 47 | },
|
48 | 48 | "filters": {
|
49 | 49 | "type": "array",
|
50 | 50 | "items": {
|
51 |
| - "type": "string" |
| 51 | + "type": ["string", "null"] |
52 | 52 | }
|
53 | 53 | },
|
54 | 54 | "insight": {
|
55 |
| - "type": "string" |
| 55 | + "type": ["string", "null"] |
56 | 56 | },
|
57 | 57 | "session": {
|
58 |
| - "type": "string" |
| 58 | + "type": ["string", "null"] |
59 | 59 | },
|
60 | 60 | "interval": {
|
61 |
| - "type": "string" |
| 61 | + "type": ["string", "integer"] |
62 | 62 | },
|
63 | 63 | "pagination": {
|
64 |
| - "type": "object" |
| 64 | + "type": ["object", "null"] |
65 | 65 | }
|
66 | 66 | }
|
67 | 67 | },
|
68 | 68 | "filters_hash": {
|
69 |
| - "type": "string" |
| 69 | + "type": ["string", "null"] |
70 | 70 | },
|
71 | 71 | "order": {
|
72 |
| - "type": "string" |
| 72 | + "type": ["string", "null", "object"] |
73 | 73 | },
|
74 | 74 | "deleted": {
|
75 | 75 | "type": "boolean"
|
76 | 76 | },
|
77 | 77 | "dashboard": {
|
78 |
| - "type": "string" |
| 78 | + "type": ["string", "integer", "null"] |
79 | 79 | },
|
80 | 80 | "layouts": {
|
81 |
| - "type": "object" |
| 81 | + "type": ["object", "null"] |
82 | 82 | },
|
83 | 83 | "color": {
|
84 |
| - "type": "string" |
| 84 | + "type": ["string", "null"] |
85 | 85 | },
|
86 | 86 | "last_refresh": {
|
87 |
| - "type": "string", |
| 87 | + "type": ["string", "null"], |
88 | 88 | "format": "date-time"
|
89 | 89 | },
|
90 | 90 | "refreshing": {
|
91 | 91 | "type": "boolean"
|
92 | 92 | },
|
93 | 93 | "result": {
|
94 |
| - "type": "string" |
| 94 | + "type": ["string", "null", "object"] |
95 | 95 | },
|
96 | 96 | "created_at": {
|
97 |
| - "type": "string", |
| 97 | + "type": ["string", "null"], |
98 | 98 | "format": "date-time"
|
99 | 99 | },
|
100 | 100 | "saved": {
|
101 | 101 | "type": "boolean"
|
102 | 102 | },
|
103 | 103 | "created_by": {
|
104 |
| - "type": "object", |
| 104 | + "type": ["object", "null"], |
105 | 105 | "properties": {
|
106 | 106 | "id": {
|
107 | 107 | "type": "integer"
|
108 | 108 | },
|
109 | 109 | "uuid": {
|
110 |
| - "type": "string" |
| 110 | + "type": ["string", "null"] |
111 | 111 | },
|
112 | 112 | "distinct_id": {
|
113 |
| - "type": "string" |
| 113 | + "type": ["string", "null"] |
114 | 114 | },
|
115 | 115 | "first_name": {
|
116 |
| - "type": "string" |
| 116 | + "type": ["string", "null"] |
117 | 117 | },
|
118 | 118 | "email": {
|
119 |
| - "type": "string" |
| 119 | + "type": ["string", "null"] |
120 | 120 | }
|
121 | 121 | }
|
122 | 122 | }
|
|
0 commit comments