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