Skip to content

Commit b56b2b4

Browse files
fix(specs): prefix Predict predictions success types (#1032)
1 parent 73471f5 commit b56b2b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

specs/predict/responses/UserProfile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ error:
5959

6060
predictionsFunnelStage:
6161
oneOf:
62-
- $ref: '#/funnelStageSuccess'
62+
- $ref: '#/predictionsFunnelStageSuccess'
6363
- $ref: '#/error'
6464

65-
funnelStageSuccess:
65+
predictionsFunnelStageSuccess:
6666
type: object
6767
description: Prediction for the **funnel_stage** model.
6868
properties:
@@ -90,10 +90,10 @@ funnelStageSuccess:
9090

9191
predictionsOrderValue:
9292
oneOf:
93-
- $ref: '#/orderValueSuccess'
93+
- $ref: '#/predictionsOrderValueSuccess'
9494
- $ref: '#/error'
9595

96-
orderValueSuccess:
96+
predictionsOrderValueSuccess:
9797
type: object
9898
description: Prediction for the **order_value** model.
9999
properties:
@@ -109,10 +109,10 @@ orderValueSuccess:
109109

110110
predictionsAffinities:
111111
oneOf:
112-
- $ref: '#/affinitiesSuccess'
112+
- $ref: '#/predictionsAffinitiesSuccess'
113113
- $ref: '#/error'
114114

115-
affinitiesSuccess:
115+
predictionsAffinitiesSuccess:
116116
type: object
117117
description: Prediction for the **affinities** model.
118118
properties:

0 commit comments

Comments
 (0)