Pretty print json files in vnfs/
[demo.git] / vnfs / VES5.0 / evel / evel-test-collector / docs / att_interface_definition / test_control_schema.json
1 {
2     "$schema": "http://json-schema.org/draft-04/schema#",
3     "title": "Test Collector Test Control API - commands",
4     "type": "object",
5     "properties": {
6         "commandList": {
7             "description": "array of commands from an event collector toward an event source",
8             "type": "array",
9             "items": {
10                 "$ref": "#/definitions/commandListEntry"
11             },
12             "minItems": 0
13         }
14     },
15     "required": [
16         "commandList"
17     ]
18 }