summaryrefslogtreecommitdiffstats
path: root/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json
diff options
context:
space:
mode:
Diffstat (limited to 'common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json')
-rw-r--r--common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json b/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json
index 81ae571c01..611b3e9c3c 100644
--- a/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json
+++ b/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json
@@ -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
+}