SingleSelectColumnRepeatedChoicesError
Indicates that a single-select column has repeated choices.
typeTyperequired
Constant value:
single_select_column_repeated_choicesDefault value:
single_select_column_repeated_choicescolumnNameColumnnamerequired
The name of the column that has repeated choices.
repeatedChoicesstring[]required
The repeated choices.
SingleSelectColumnRepeatedChoicesError
{
"type": "single_select_column_repeated_choices",
"columnName": "string",
"repeatedChoices": [
"string"
]
}