diff options
Diffstat (limited to 'framework/src/test/resources/sample-test-schema.yaml')
-rw-r--r-- | framework/src/test/resources/sample-test-schema.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/src/test/resources/sample-test-schema.yaml b/framework/src/test/resources/sample-test-schema.yaml index 0387e48c..98964a60 100644 --- a/framework/src/test/resources/sample-test-schema.yaml +++ b/framework/src/test/resources/sample-test-schema.yaml @@ -76,8 +76,10 @@ results: scope: short type: string is_secured: true + default_value: req-$s{uuid} - name: output-2 description: Onap output attribute marked in long scope: short is_secured: false - type: string
\ No newline at end of file + type: string + default_value: Hello ${string-param} !
\ No newline at end of file |