Pretty print json files in vnfs/
[demo.git] / vnfs / VES5.0 / evel / evel-test-collector / docs / att_interface_definition / test_control_schema.json
index ced0153..afa6375 100644 (file)
@@ -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"
+    ]
 }