aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/collector/docs/att_interface_definition/test_control_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/VES5.0/collector/docs/att_interface_definition/test_control_schema.json')
-rw-r--r--vnfs/VES5.0/collector/docs/att_interface_definition/test_control_schema.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/vnfs/VES5.0/collector/docs/att_interface_definition/test_control_schema.json b/vnfs/VES5.0/collector/docs/att_interface_definition/test_control_schema.json
deleted file mode 100644
index ced01535..00000000
--- a/vnfs/VES5.0/collector/docs/att_interface_definition/test_control_schema.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "$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"]
-}