Schema type for the flattened user_options response field.Example: {"effort": {"labels": ["minimal","low","medium","high"], "default": "medium"}}
Each key is a group name; its value contains labels and the default for that group.
Empty ({}) when no picker is configured on the model.
{
"effort": {
"labels": [
"string"
],
"default": "string"
}
}