Custom labels for enum values. possible?

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"
         }]
}
1 Like