Change location of VES5.0 code
[demo.git] / vnfs / VES5.0 / evel / evel-test-collector / docs / att_interface_definition / test_control_schema.json
diff --git a/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json b/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json
new file mode 100644 (file)
index 0000000..ced0153
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "$schema": "http://json-schema.org/draft-04/schema#",
+    "title": "Test Collector Test Control API - commands",
+    "type": "object",
+    "properties": {
+               "commandList": {
+                       "description": "array of commands from an event collector toward an event source",
+                       "type": "array",
+                       "items": {
+                           "$ref": "#/definitions/commandListEntry"
+                       },
+                       "minItems": 0}
+    },
+    "required": ["commandList"]
+}