aboutsummaryrefslogtreecommitdiffstats
path: root/VES5.0/collector/docs/att_interface_definition/test_control_schema.json
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-05-18 15:02:10 +0000
committerGerrit Code Review <gerrit@onap.org>2017-05-18 15:02:10 +0000
commit0078971a8b764a79ec0a516c022576f7ffe2ed2a (patch)
tree55a140f432d9e8d8834da24ccd956dd792172c5a /VES5.0/collector/docs/att_interface_definition/test_control_schema.json
parent2fa991c3273897940ef0d92e020daa298c68c73b (diff)
parent6c98a31b980d1d6cbbc9aeb2064d3f1c2252c3da (diff)
Merge "VES5.0 development changes not for test"
Diffstat (limited to 'VES5.0/collector/docs/att_interface_definition/test_control_schema.json')
-rw-r--r--VES5.0/collector/docs/att_interface_definition/test_control_schema.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/VES5.0/collector/docs/att_interface_definition/test_control_schema.json b/VES5.0/collector/docs/att_interface_definition/test_control_schema.json
new file mode 100644
index 00000000..ced01535
--- /dev/null
+++ b/VES5.0/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"]
+}