SingleSelectColumnRepeatedChoicesError
Indicates that a single-select column has repeated choices.
typestringrequired
Constant value:
single_select_column_repeated_choicesDefault value:
single_select_column_repeated_choicescolumnNamestringrequired
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"
]
}