File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19678,6 +19678,9 @@ components:
1967819678 minimum: 0
1967919679 multivariate_feature_option:
1968019680 type: integer
19681+ key:
19682+ type: string
19683+ pattern: '^[-a-zA-Z0-9_]+$'
1968119684 value:
1968219685 $ref: '#/components/schemas/FeatureValue'
1968319686 required:
@@ -20187,7 +20190,7 @@ components:
2018720190 multivariate_feature_state_values:
2018820191 type: array
2018920192 items:
20190- $ref: '#/components/schemas/SegmentOverrideMultivariateValue '
20193+ $ref: '#/components/schemas/RolloutMultivariateValue '
2019120194 required:
2019220195 - enabled
2019320196 - feature_state_value
@@ -25858,6 +25861,19 @@ components:
2585825861 required:
2585925862 - permissions
2586025863 - project
25864+ RolloutMultivariateValue:
25865+ type: object
25866+ properties:
25867+ multivariate_feature_option:
25868+ type: integer
25869+ percentage_allocation:
25870+ type: number
25871+ format: double
25872+ maximum: 100
25873+ minimum: 0
25874+ required:
25875+ - multivariate_feature_option
25876+ - percentage_allocation
2586125877 RudderstackConfiguration:
2586225878 type: object
2586325879 properties:
@@ -26248,10 +26264,12 @@ components:
2624826264 minimum: 0
2624926265 multivariate_feature_option:
2625026266 type: integer
26267+ key:
26268+ type: string
26269+ pattern: '^[-a-zA-Z0-9_]+$'
2625126270 value:
2625226271 $ref: '#/components/schemas/FeatureValue'
2625326272 required:
26254- - multivariate_feature_option
2625526273 - percentage_allocation
2625626274 SegmentReference:
2625726275 type: object
You can’t perform that action at this time.
0 commit comments