AttributesLevelsRequest
Pydantic model for a request to create levels for attributes.
attribute_countAttribute Count
The number of attributes in the experiment
Possible values: >= 2 and <= 7
Default value:
4countryCountryrequired
level_countLevel Count
The number of levels for each attribute in the experiment
Possible values: >= 2 and <= 5
Default value:
4why_promptWhy Promptrequired
AttributesLevelsRequest
{
"attribute_count": 6,
"country": "United States of America",
"level_count": 4,
"why_prompt": "What factor affect the adoption of an electric vehicle?",
"year": 2025
}