removedInput schema / properties / challengerVersionId
Removed value: -{
- "description": "Challenger version ID",
- "format": "uuid",
- "type": "string"
-}
removedInput schema / properties / challengerWeight
Removed value: -{
- "description": "Challenger traffic weight (%)",
- "maximum": 99,
- "minimum": 1,
- "type": "integer"
-}
removedInput schema / properties / controlWeight
Removed value: -{
- "description": "Control traffic weight (%)",
- "maximum": 99,
- "minimum": 1,
- "type": "integer"
-}
removedInput schema / properties / identityKey
Removed value: -{
- "description": "Fact key for sticky assignment (e.g. customer_id)",
- "type": "string"
-}
addedInput schema / properties / testVersionId
Added value: +{
+ "description": "Challenger version ID to test",
+ "format": "uuid",
+ "type": "string"
+}
addedInput schema / properties / trafficRate
Added value: +{
+ "description": "Traffic percentage routed to challenger (1-99)",
+ "maximum": 99,
+ "minimum": 1,
+ "type": "integer"
+}
changedInput schema / required
Previous value: -[
- "groupId",
- "challengerVersionId",
- "controlWeight",
- "challengerWeight"
-]New value: +[
+ "groupId",
+ "testVersionId",
+ "trafficRate"
+]