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