-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I'm struggling with the right tag schema to define a simple categorical tag (e.g. object_type can take 1 of N possible values).
Ideally, for the tag, I'd like the possible values to be listed as a drop down menu or an array of buttons and the user can select one. I'm not sure what the right way is for defining the tag schema for this task. I'm using the following but it just returns an "N/A" labeled button.
{
"object type": {
"type": "parametric",
"params": "string",
"values": [ "A", "B", "C" ]
}
}
Any help appreciated!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels