12479: UX enhancements:
[arvados.git] / apps / workbench / public / vocabulary-example.json
1 {
2     "strict": false,
3     "tags": {
4         "fruit": {
5             "values": ["pineapple", "tomato", "orange", "banana"],
6             "strict": true
7         },
8         "animal": {
9             "values": ["human", "dog", "elephant", "eagle"],
10             "strict": false
11         },
12         "color": {
13             "values": ["yellow", "red", "magenta", "green"],
14             "strict": false
15         },
16         "text tag": {}
17     }
18 }