diff --git a/SOL005/NSLifecycleManagement-API/jsons/CreateNsRequest.json b/SOL005/NSLifecycleManagement-API/jsons/CreateNsRequest.json
index a8026a8109ee679fc97c2e00eafd76e493fb0216..2367086716f45d628e3219cb7a25edb971138e8c 100644
--- a/SOL005/NSLifecycleManagement-API/jsons/CreateNsRequest.json
+++ b/SOL005/NSLifecycleManagement-API/jsons/CreateNsRequest.json
@@ -1,6 +1,6 @@
-{{
+{
 	"nsdId": "{nsdId}",
 	"nsName": "{nsInstanceName}",
 	"vimAccountId": "{vimAccountId}",
 	"nsDescription": "{nsInstanceDescription}"
-}}
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/SOL005/NSLifecycleManagement-API/jsons/InstantiateNsRequest.json b/SOL005/NSLifecycleManagement-API/jsons/InstantiateNsRequest.json
index 5d0c060fa55820dcc9c3eba73843c52b29f209e8..b89a44d19ef6417f8d024aa4acb203e87d240d6f 100644
--- a/SOL005/NSLifecycleManagement-API/jsons/InstantiateNsRequest.json
+++ b/SOL005/NSLifecycleManagement-API/jsons/InstantiateNsRequest.json
@@ -1,5 +1,5 @@
-{{
-	"nsFlavourId": "floavour_id",
+{
+	"nsFlavourId": "flavour_id",
 	"sapData":[
 		"{sapdId}"
 	],
@@ -10,4 +10,4 @@
 	"additionalParamsForNs":{},
 	"additionalParamForNestedNs":[],
 	"additionalParamsForVnf":[]
-}}
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/SOL005/NSLifecycleManagement-API/jsons/ScaleNsRequest.json b/SOL005/NSLifecycleManagement-API/jsons/ScaleNsRequest.json
index f9a87c851a55ba002ae586b7d5e1e43db37b2159..12204fe2bac4987ba78f2fa91d16976e6a1cda8c 100644
--- a/SOL005/NSLifecycleManagement-API/jsons/ScaleNsRequest.json
+++ b/SOL005/NSLifecycleManagement-API/jsons/ScaleNsRequest.json
@@ -1,32 +1,3 @@
 {
-	"description": "This type represents a request for the scale NS operation.\n",
-	"type": "object",
-	"required": [
-		"scaleType"
-	],
-	"properties": {
-		"scaleType": {
-			"description": "Indicates the type of scaling to be performed. Possible values: - SCALE_NS - SCALE_VNF\n",
-			"type": "string",
-			"enum": [
-				"SCALE_NS",
-				"SCALE_VNF"
-			]
-		},
-		"scaleNsData": {
-			"description": "The necessary information to scale the referenced NS instance. It shall be present when scaleType = SCALE_NS.\n",
-			"$ref": "#/definitions/ScaleNsData"
-		},
-		"scaleVnfData": {
-			"description": "The necessary information to scale the referenced NS instance. It shall be present when scaleType = SCALE_VNF.\n",
-			"type": "array",
-			"items": {
-				"$ref": "#/definitions/ScaleVnfData"
-			}
-		},
-		"scaleTime": {
-			"description": "Timestamp indicating the scale time of the NS, i.e. the NS will be scaled at this timestamp. Cardinality \"0\" indicates the NS scaling takes place immediately\".\n",
-			"$ref": "SOL005_def.yaml#/definitions/DateTime"
-		}
-	}
+	"scaleType": "SCALE_NS"
 }
\ No newline at end of file
diff --git a/SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json b/SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json
index da42b41c16b748cb6b61ddf51055ed62fbb972c8..4d34491038c0d258d78bfe49af91a21bdfdce8d4 100644
--- a/SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json
+++ b/SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json
@@ -1,21 +1,22 @@
-{{
+{
 	"updateType": "{vnfUpdateType}",
-	"instantiateVnfData": {{
+	"instantiateVnfData": {
 		"vnfdId": "{vnfdId}",
 		"vnfFlavourId": "{vnfFlavourId}",
-		"vnfInstantiationLevelId": "{vnfInstantiationLevelId}"
-		"extManagedVirtualLinks": {{
+		"vnfInstantiationLevelId": "{vnfInstantiationLevelId}",
+		"extManagedVirtualLinks": {
 			"vnfVirtualLinkDescId": "{vnfVirtualLinkDescId}"
-	}},
-	"changeVnfFlavourData": {{
-		"vnfInstanceId": {},
-		"newFlavourId": "{newFlavourId}",
-		"instantiationLevelId": "{instantiationLevelId}"
-	}},
-	"assocNewNsdVersionData": {{
-		"newNsdId": "{newNsdId}"
-	}}
-	"addSap": {{
-		"sapdId": "{sapdId}"
-	}}
-}}
\ No newline at end of file
+		},
+		"changeVnfFlavourData": {
+			"vnfInstanceId": {},
+			"newFlavourId": "{newFlavourId}",
+			"instantiationLevelId": "{instantiationLevelId}"
+		},
+		"assocNewNsdVersionData": {
+			"newNsdId": "{newNsdId}"
+		},
+		"addSap": {
+			"sapdId": "{sapdId}"
+		}
+	}
+}