File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ error:
59
59
60
60
predictionsFunnelStage :
61
61
oneOf :
62
- - $ref : ' #/funnelStageSuccess '
62
+ - $ref : ' #/predictionsFunnelStageSuccess '
63
63
- $ref : ' #/error'
64
64
65
- funnelStageSuccess :
65
+ predictionsFunnelStageSuccess :
66
66
type : object
67
67
description : Prediction for the **funnel_stage** model.
68
68
properties :
@@ -90,10 +90,10 @@ funnelStageSuccess:
90
90
91
91
predictionsOrderValue :
92
92
oneOf :
93
- - $ref : ' #/orderValueSuccess '
93
+ - $ref : ' #/predictionsOrderValueSuccess '
94
94
- $ref : ' #/error'
95
95
96
- orderValueSuccess :
96
+ predictionsOrderValueSuccess :
97
97
type : object
98
98
description : Prediction for the **order_value** model.
99
99
properties :
@@ -109,10 +109,10 @@ orderValueSuccess:
109
109
110
110
predictionsAffinities :
111
111
oneOf :
112
- - $ref : ' #/affinitiesSuccess '
112
+ - $ref : ' #/predictionsAffinitiesSuccess '
113
113
- $ref : ' #/error'
114
114
115
- affinitiesSuccess :
115
+ predictionsAffinitiesSuccess :
116
116
type : object
117
117
description : Prediction for the **affinities** model.
118
118
properties :
You can’t perform that action at this time.
0 commit comments