Support a custom yaml value in tosca function
[sdc.git] / common-be / src / test / resources / toscaFunctionJsonDeserializer / concatFunction.json
1 {
2   "type": "CONCAT",
3   "parameters": [
4     {
5       "propertyUniqueId": "e57525d7-2115-4934-9ba4-9cebfa22bad2.nf_naming",
6       "type": "GET_INPUT",
7       "propertySource": "SELF",
8       "propertyName": "instance_name",
9       "sourceName": "ciResVFc26a0b30ec20",
10       "sourceUniqueId": "aee643c9-6c8e-4a24-af7a-a9aff5c072c0",
11       "propertyPathFromSource": [
12         "nf_naming",
13         "instance_name"
14       ]
15     }, {
16       "type": "STRING",
17       "value": "my string"
18     },
19     {
20       "type": "CONCAT",
21       "parameters": [
22         {
23           "type": "STRING",
24           "value": "string1"
25         },
26         {
27           "type": "STRING",
28           "value": "string2"
29         },
30         {
31           "type": "YAML",
32           "value": "myList: [1, two, three three]\nget_something: [SELF, something]\nstring: this is my string\n"
33         }
34       ]
35     }
36   ]
37 }