summaryrefslogtreecommitdiffstats
path: root/veslibrary/ves_clibrary/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'veslibrary/ves_clibrary/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json')
-rw-r--r--veslibrary/ves_clibrary/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json15
1 files changed, 15 insertions, 0 deletions
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
index 0000000..ced0153
--- /dev/null
+++ b/veslibrary/ves_clibrary/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json
@@ -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"]
+}