X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FVES5.0%2Fevel%2Fevel-test-collector%2Fdocs%2Fatt_interface_definition%2Ftest_control_schema.json;h=afa637597f87ba11c9415d527ed8baa2edc86c24;hb=refs%2Fchanges%2F57%2F104057%2F2;hp=ced015355d34723ad4006bb44adc9fc974f1bd88;hpb=06e584f80beaa11ff180ed0348202287574a208c;p=demo.git diff --git a/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json b/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json index ced01535..afa63759 100644 --- a/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json +++ b/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json @@ -3,13 +3,16 @@ "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} + "commandList": { + "description": "array of commands from an event collector toward an event source", + "type": "array", + "items": { + "$ref": "#/definitions/commandListEntry" + }, + "minItems": 0 + } }, - "required": ["commandList"] + "required": [ + "commandList" + ] }