This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
avo.json
120 lines (120 loc) · 2.95 KB
/
avo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"types": [
{
"type": "string"
},
{
"type": "int"
},
{
"type": "float"
},
{
"type": "bool"
}
],
"properties": {
"8c7f3fcb-1d68-4e2a-af42-ffa5dff724a7": {
"id": "8c7f3fcb-1d68-4e2a-af42-ffa5dff724a7",
"name": "Old Value",
"description": "",
"type": "int",
"sendAs": "event",
"validations": [],
"analyticsTools": [],
"optional": false,
"builtIn": "NotBuiltIn",
"list": false
},
"db2090c1-2981-48b1-9ceb-9a98f3c4291a": {
"id": "db2090c1-2981-48b1-9ceb-9a98f3c4291a",
"name": "New Value",
"description": "",
"type": "int",
"sendAs": "event",
"validations": [],
"analyticsTools": [],
"optional": false,
"builtIn": "NotBuiltIn",
"list": false
},
"1efbfa7c-d432-4f7f-a071-93145bf5f7be": {
"id": "1efbfa7c-d432-4f7f-a071-93145bf5f7be",
"name": "Some trait",
"description": "",
"type": "string",
"sendAs": "user",
"validations": [],
"analyticsTools": [],
"optional": false,
"builtIn": "NotBuiltIn",
"list": false
}
},
"events": {
"b5f863fd-a2c5-49e3-8414-c646ab69c161": {
"id": "b5f863fd-a2c5-49e3-8414-c646ab69c161",
"name": "Increment",
"description": "",
"properties": {
"8c7f3fcb-1d68-4e2a-af42-ffa5dff724a7": {
"id": "8c7f3fcb-1d68-4e2a-af42-ffa5dff724a7",
"description": ""
},
"db2090c1-2981-48b1-9ceb-9a98f3c4291a": {
"id": "db2090c1-2981-48b1-9ceb-9a98f3c4291a",
"description": ""
}
},
"order": 0
},
"d1f95b86-35db-4397-9bc2-9411bde7aa48": {
"id": "d1f95b86-35db-4397-9bc2-9411bde7aa48",
"name": "Decrement",
"description": "",
"properties": {
"8c7f3fcb-1d68-4e2a-af42-ffa5dff724a7": {
"id": "8c7f3fcb-1d68-4e2a-af42-ffa5dff724a7",
"description": ""
},
"db2090c1-2981-48b1-9ceb-9a98f3c4291a": {
"id": "db2090c1-2981-48b1-9ceb-9a98f3c4291a",
"description": ""
}
},
"order": 1
},
"db3461b4-ad9a-4b48-b93f-8cef70b522bc": {
"id": "db3461b4-ad9a-4b48-b93f-8cef70b522bc",
"name": "Sign In",
"description": "",
"properties": {},
"order": 2,
"types": [
"Identify"
]
},
"ac13e321-a618-4de2-9e47-9c75d19bbe12": {
"id": "ac13e321-a618-4de2-9e47-9c75d19bbe12",
"name": "Add Trait",
"description": "",
"properties": {
"1efbfa7c-d432-4f7f-a071-93145bf5f7be": {
"id": "1efbfa7c-d432-4f7f-a071-93145bf5f7be",
"description": ""
}
},
"order": 3
},
"77d77acd-b140-4207-b38e-20966848a780": {
"id": "77d77acd-b140-4207-b38e-20966848a780",
"name": "Log out",
"description": "",
"properties": {},
"order": 4,
"types": [
"Unidentify"
]
}
}
}