Fix 'Tosca Function get_input in Properties Assignment error'-bug
[sdc.git] / common-be / src / test / resources / toscaFunctionJsonDeserializer / customFunctionGetInputType.json
index 81ae571..611b3e9 100644 (file)
@@ -3,16 +3,21 @@
   "name": "custom_function_get_input_type",
   "parameters": [
     {
-      "propertyUniqueId": "dd0ec4d2-7e74-4d92-af2f-89c7436baa63.controller_actor",
-      "propertyName": "controller_actor",
+      "propertyUniqueId": "dd0ec4d2-7e74-4d92-af2f-89c7436baa63.pLMNInfoList",
+      "propertyName": "pLMNInfoList",
       "propertySource": "SELF",
       "sourceUniqueId": "dd0ec4d2-7e74-4d92-af2f-89c7436baa63",
       "sourceName": "testService",
       "functionType": "GET_INPUT",
       "propertyPathFromSource": [
-        "controller_actor"
+        "pLMNInfoList"
       ],
-      "type": "GET_INPUT"
+      "type": "GET_INPUT",
+      "toscaIndexList": [
+        "1",
+        "snssai",
+        "sd"
+      ]
     }
   ]
-}
\ No newline at end of file
+}