Maybe a good solution could be define on the schema something like this:
"select": {
"type": "enumeration",
"enum": [
{
value: "research",
label: "Research"
},
{
value: "article",
label: "Article"
}]
}