aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json
blob: ced015355d34723ad4006bb44adc9fc974f1bd88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"]
}