12749: Several fixes and enhancements:
[arvados.git] / apps / workbench / public / vocabulary.json
diff --git a/apps/workbench/public/vocabulary.json b/apps/workbench/public/vocabulary.json
deleted file mode 100644 (file)
index eb3c098..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-    "strict": false,
-    "types": {
-        "fruit": {
-            "type": "select",
-            "options": ["pineapple", "tomato", "orange", "banana"],
-            "strict": true
-        },
-        "animal": {
-            "type": "select",
-            "options": ["human", "dog", "elefant", "eagle"]
-        },
-        "color": {
-            "type": "select",
-            "options": ["yellow", "red", "magenta", "green"]
-        },
-        "text tag": {
-            "type": "text"
-        }
-    }
-}
\ No newline at end of file