12479: Get remote vocabulary definition, use a fallback is it doesn't exist.
[arvados.git] / apps / workbench / public / vocabulary.json
1 {
2     "strict": "false",
3     "types": {
4         "opt1": {
5             "type": "select",
6             "options": ["val1", "val2", "val3"],
7             "overridable": "true"
8         },
9         "opt2": {
10             "type": "select",
11             "options": ["val21", "val22", "val23"]
12         },
13         "opt3": {
14             "type": "select",
15             "options": ["val31", "val32", "val33"]
16         },
17         "text tag": {
18             "type": "text",
19             "max_length": "80"
20         },
21         "int tag": {
22             "type": "integer",
23             "min": "0",
24             "max": "1000"
25         }
26     }
27 }