c92a21256a955e14b58d29b19fe3541f742e4c3b
[arvados.git] / apps / workbench / public / vocabulary.json
1 {
2     "tags": ["tag1", "tag2", "tag3"],
3     "types": {
4         "tag1": {
5             "type": "select",
6             "options": ["val1", "val2", "val3"],
7             "overridable": true
8         },
9         "tag2": {
10             "type": "select",
11             "options": ["val21", "val22", "val23"]
12         },
13         "tag3": {
14             "type": "select",
15             "options": ["val31", "val32", "val33"]
16         }
17     }
18 }