summaryrefslogtreecommitdiffstats
path: root/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json
blob: 81ae571c01ceb5e4370c55f5ba4da828b9110a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "CUSTOM",
  "name": "custom_function_get_input_type",
  "parameters": [
    {
      "propertyUniqueId": "dd0ec4d2-7e74-4d92-af2f-89c7436baa63.controller_actor",
      "propertyName": "controller_actor",
      "propertySource": "SELF",
      "sourceUniqueId": "dd0ec4d2-7e74-4d92-af2f-89c7436baa63",
      "sourceName": "testService",
      "functionType": "GET_INPUT",
      "propertyPathFromSource": [
        "controller_actor"
      ],
      "type": "GET_INPUT"
    }
  ]
}