diff options
Diffstat (limited to 'csit.infra.etl/iterative_hoststack.json')
-rw-r--r-- | csit.infra.etl/iterative_hoststack.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/csit.infra.etl/iterative_hoststack.json b/csit.infra.etl/iterative_hoststack.json index a3365cdba0..320e6a0494 100644 --- a/csit.infra.etl/iterative_hoststack.json +++ b/csit.infra.etl/iterative_hoststack.json @@ -32,25 +32,25 @@ }, { "metadata": {}, - "name": "hosts", + "name": "tg_type", "nullable": true, - "type": { - "containsNull": true, - "elementType": "string", - "type": "array" - } + "type": "string" }, { "metadata": {}, - "name": "tg_type", + "name": "tg_version", "nullable": true, "type": "string" }, { "metadata": {}, - "name": "tg_version", + "name": "hosts", "nullable": true, - "type": "string" + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } }, { "metadata": {}, @@ -282,4 +282,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} |