Skip to content

Commit b463d69

Browse files
authored
Merge cbb47e4 into c8eb245
2 parents c8eb245 + cbb47e4 commit b463d69

File tree

1 file changed

+30
-13
lines changed

1 file changed

+30
-13
lines changed

specs/composition-full/common/params/Composition.yml

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
enableABTest:
2-
type: boolean
3-
description: |
4-
Whether to enable index level A/B testing for this run request.
5-
If the composition mixes multiple indices, the A/B test is ignored.
6-
default: true
7-
x-categories:
8-
- Advanced
1+
# ######################
2+
# ### Category Rules ###
3+
# ######################
94

105
enableRules:
116
type: boolean
127
description: Whether to enable composition rules.
138
default: true
14-
15-
getRankingInfo:
16-
type: boolean
17-
description: Whether the run response should include detailed ranking information.
9+
x-categories:
10+
- Rules
1811

1912
ruleContexts:
2013
type: array
@@ -28,6 +21,10 @@ ruleContexts:
2821
x-categories:
2922
- Rules
3023

24+
# ####################
25+
# ### Category RMN ###
26+
# ####################
27+
3128
injectedItems:
3229
type: object
3330
additionalProperties:
@@ -36,7 +33,7 @@ injectedItems:
3633
A list of extenrally injected objectID groups into from an external source.
3734
default: {}
3835
x-categories:
39-
- Advanced
36+
- Retail Media Network
4037

4138
externalInjectedItem:
4239
type: object
@@ -65,3 +62,23 @@ externalInjectedItem:
6562
{'objectID': 'my-object-1', 'metadata': {'my-field': 'my-value'}}
6663
required:
6764
- items
65+
66+
# #########################
67+
# ### Category Advanced ###
68+
# #########################
69+
70+
getRankingInfo:
71+
type: boolean
72+
description: Whether the run response should include detailed ranking information.
73+
default: false
74+
x-categories:
75+
- Advanced
76+
77+
enableABTest:
78+
type: boolean
79+
description: |
80+
Whether to enable index level A/B testing for this run request.
81+
If the composition mixes multiple indices, the A/B test is ignored.
82+
default: true
83+
x-categories:
84+
- Advanced

0 commit comments

Comments
 (0)