[VVP] Exempt output section from nested get_param check
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_nested_parameter_args / pass / pass0.yaml
index e9bed41..3b95a66 100644 (file)
@@ -55,4 +55,5 @@ resources:
                     get_param: [ cdl, { get_param: num }]
                 vf_module_id2:
                     get_param: [ cdl, { get_param: num }]
-
+outputs:
+    prop: {get_param: [list_one, {get_param: [list_two, {get_param: index_two}]}]}
\ No newline at end of file