Skip to content

Commit

Permalink
fix(specs): prefix Predict predictions success types (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored Sep 20, 2022
1 parent 73471f5 commit b56b2b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specs/predict/responses/UserProfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ error:

predictionsFunnelStage:
oneOf:
- $ref: '#/funnelStageSuccess'
- $ref: '#/predictionsFunnelStageSuccess'
- $ref: '#/error'

funnelStageSuccess:
predictionsFunnelStageSuccess:
type: object
description: Prediction for the **funnel_stage** model.
properties:
Expand Down Expand Up @@ -90,10 +90,10 @@ funnelStageSuccess:

predictionsOrderValue:
oneOf:
- $ref: '#/orderValueSuccess'
- $ref: '#/predictionsOrderValueSuccess'
- $ref: '#/error'

orderValueSuccess:
predictionsOrderValueSuccess:
type: object
description: Prediction for the **order_value** model.
properties:
Expand All @@ -109,10 +109,10 @@ orderValueSuccess:

predictionsAffinities:
oneOf:
- $ref: '#/affinitiesSuccess'
- $ref: '#/predictionsAffinitiesSuccess'
- $ref: '#/error'

affinitiesSuccess:
predictionsAffinitiesSuccess:
type: object
description: Prediction for the **affinities** model.
properties:
Expand Down

0 comments on commit b56b2b4

Please sign in to comment.