File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ errorCodes:
10
10
- no_events_last_30_days
11
11
- pending_pipelines
12
12
- invalid_config
13
-
13
+
14
14
status :
15
15
title : status
16
16
type : string
17
17
enum : [pending, active, paused]
18
18
19
- type :
19
+ sourceType :
20
20
title : type
21
21
type : string
22
22
enum : [insights]
Original file line number Diff line number Diff line change 2
2
type : object
3
3
properties :
4
4
type :
5
- $ref : ' #/type '
5
+ $ref : ' #/eventType '
6
6
subtype :
7
7
$ref : ' #/subtype'
8
8
name :
@@ -56,7 +56,7 @@ profileType:
56
56
Basic profiles are based on past behaviors, ensuring search results align with previous interests.
57
57
Predictive profiles are AI-powered profiles that predict and adapt to users' interests, ensuring search results align with evolving preferences.
58
58
59
- type :
59
+ eventType :
60
60
type : string
61
61
enum : [view, click, conversion]
62
62
Original file line number Diff line number Diff line change 34
34
type : object
35
35
properties :
36
36
type :
37
- $ref : ' ../common/enums.yml#/type '
37
+ $ref : ' ../common/enums.yml#/sourceType '
38
38
events :
39
39
$ref : ' ../common/schemas/Configuration.yml#/events'
40
40
errors :
109
109
type : object
110
110
properties :
111
111
type :
112
- $ref : ' ../common/enums.yml#/type '
112
+ $ref : ' ../common/enums.yml#/sourceType '
113
113
events :
114
114
$ref : ' ../common/schemas/Configuration.yml#/events'
115
115
required : [type]
You can’t perform that action at this time.
0 commit comments