Represents an experiment object. These consist of data about a current Discord experiment
Structure:
| name | type | description |
|---|---|---|
month |
int | The number of the month of this experiment. For example, if this experiment was in June, the number would be 6 |
year |
int | The year of this experiment. |
name |
string | The raw name of this experiment. |
overrides |
array of Override objects | Overrides for this experiment. For example, if 100% of servers with feature EXAMPLE_FEATURE can use this but only 50% of everyone else, this would include an override for 100% of EXAMPLE_FEATURE servers. |
nice_name |
string | A clean formatted version of the name property. |
treatments |
array of Treatment objects | Current treatments for this experiment. |