File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,13 @@ currencies:
6969 revenue : 120.0
7070 mean : 53.7
7171 standardDeviation : 12.3
72+ winsorizedAmount : 23.0
7273 EUR :
7374 currency : EUR
7475 revenue : 100.0
7576 mean : 43.7
7677 standardDeviation : 10.3
78+ winsorizedAmount : 10.0
7779 additionalProperties :
7880 $ref : ' #/currency'
7981 x-additionalPropertiesName : currency code
@@ -100,6 +102,11 @@ currency:
100102 format : double
101103 description : Standard deviation for this currency.
102104 example : 12.3
105+ winsorizedAmount :
106+ type : number
107+ format : double
108+ description : The amount of revenue for this currency that was removed after capping purchase amounts to the 95th percentile.
109+ example : 23.0
103110
104111filterEffects :
105112 type : object
Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ components:
630630 PathInPath :
631631 name : path
632632 in : path
633- description : Path of the endpoint, for example `1/newFeature` .
633+ description : Path of the endpoint, anything after "/1" must be specified .
634634 required : true
635635 schema :
636636 type : string
@@ -723,11 +723,6 @@ components:
723723 format : double
724724 description : Standard deviation for this currency.
725725 example : 12.3
726- winsorizedAmount :
727- type : number
728- format : double
729- description : The amount of revenue for this currency that was removed after capping purchase amounts to the 95th percentile.
730- example : 115
731726 currencies :
732727 type : object
733728 description : A/B test currencies.
@@ -737,13 +732,11 @@ components:
737732 revenue : 120
738733 mean : 53.7
739734 standardDeviation : 12.3
740- winsorizedAmount : 23
741735 EUR :
742736 currency : EUR
743737 revenue : 100
744738 mean : 43.7
745739 standardDeviation : 10.3
746- winsorizedAmount : 10
747740 additionalProperties :
748741 $ref : ' #/components/schemas/currency'
749742 x-additionalPropertiesName : currency code
You can’t perform that action at this time.
0 commit comments