Adding C and Java VES Vendor libs
[vnfsdk/compliance.git] / veslibrary / ves_clibrary / evel / evel-test-collector / docs / att_interface_definition / test_control_schema.json
diff --git a/veslibrary/ves_clibrary/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json b/veslibrary/ves_clibrary/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"]
+}