Commit 18ebbf38 authored by Mudassar Khan's avatar Mudassar Khan
Browse files

fix issue #204 in attribute "affectedVirtualLinks" of "vnfLcmOpOcc" data model...

fix issue #204 in attribute "affectedVirtualLinks" of "vnfLcmOpOcc" data model as per clause 5.5.3.13 and update required tag of attribute " networkResource " of "affectedVirtualLinks" data model as per clause 4.4.1.7
parent c95c3976
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@
                        "type": "object",
                        "required": [
                            "id",
                            "virtualLinkDescId",
                            "vnfVirtualLinkDescId",
                            "changeType",
                            "networkResource"
                        ],
@@ -224,7 +224,7 @@
                                "description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
                                "type": "string"
                            },
                            "virtualLinkDescId": {
                            "vnfVirtualLinkDescId": {
                                "description": "An identifier that is unique within a VNF descriptor.\n",
                                "type": "string"
                            },
@@ -242,7 +242,6 @@
                            },
                            "networkResource": {
                                "required": [
                                    "vimConnectionId",
                                    "resourceId"
                                ],
                                "type": "object",
+3 −3
Original line number Diff line number Diff line
@@ -168,13 +168,13 @@
						"items": {
							"description": "This type provides information about added, deleted, modified and temporary VLs.\n",
							"type": "object",
							"required": ["id", "virtualLinkDescId", "changeType", "networkResource"],
							"required": ["id", "vnfVirtualLinkDescId", "changeType", "networkResource"],
							"properties": {
								"id": {
									"description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
									"type": "string"
								},
								"virtualLinkDescId": {
								"vnfVirtualLinkDescId": {
									"description": "An identifier that is unique within a VNF descriptor.\n",
									"type": "string"
								},
@@ -184,7 +184,7 @@
									"enum": ["ADDED", "REMOVED", "MODIFIED", "TEMPORARY", "LINK_PORT_ADDED", "LINK_PORT_REMOVED"]
								},
								"networkResource": {
									"required": ["vimConnectionId", "resourceId"],
									"required": ["resourceId"],
									"type": "object",
									"description": "This type represents the information that allows addressing a virtualised resource that is used by a VNF instance. Information about the resource is available from the VIM.\n",
									"properties": {