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