aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-20 14:34:13 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-23 07:47:18 +0000
commitac4ab50bdf312a1824388acbb9908c31f2b39c1a (patch)
tree599173be86ff68dabbfd619b35b2c2949b9df1c7 /vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json
parent06e584f80beaa11ff180ed0348202287574a208c (diff)
Pretty print json files in vnfs/
Fixing json files to conform to linter rules. Change-Id: I88556796ebf7737bc82db1ab0675b943061c6354 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json')
-rw-r--r--vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/test_control_schema.json19
1 files changed, 11 insertions, 8 deletions
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"
+ ]
}