diff options
Diffstat (limited to 'csit.infra.etl/coverage_reconf.json')
-rw-r--r-- | csit.infra.etl/coverage_reconf.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/csit.infra.etl/coverage_reconf.json b/csit.infra.etl/coverage_reconf.json index fdd6eab6c0..5823c96a2c 100644 --- a/csit.infra.etl/coverage_reconf.json +++ b/csit.infra.etl/coverage_reconf.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -220,4 +230,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} |