NsInstance.schema.json 151 KB
Newer Older
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000
																						}
																					},
																					"isDynamic": {
																						"description": "Indicates whether this set of addresses was assigned dynamically (true) or based on address information provided as input from the API consumer (false). Shall be present if \"addresses\" is present and shall be absent otherwise.\n",
																						"type": "boolean"
																					},
																					"addressRange": {
																						"description": "An IP address range used, e.g., in case of egress connections. Exactly one of \"addresses\" or \"addressRange\" shall be present. See note 2.\n",
																						"type": "object",
																						"required": ["minAddress", "maxAddress"],
																						"properties": {
																							"minAddress": {
																								"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																								"type": "string",
																								"format": "IP"
																							},
																							"maxAddress": {
																								"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																								"type": "string",
																								"format": "IP"
																							}
																						}
																					},
																					"subnetId": {
																						"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
																						"type": "string"
																					}
																				}
																			}
																		},
																		"type": {
																			"description": "The type of the IP addresses\n",
																			"type": "string",
																			"enum": ["PV4", "PV6"]
																		},
																		"addresses": {
																			"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																			"type": "string",
																			"format": "IP"
																		},
																		"isDynamic": {
																			"description": "Indicates whether this set of addresses was assigned dynamically (true) or based on address information provided as input from the API consumer (false). Shall be present if \"addresses\" is present and shall be absent otherwise.\n",
																			"type": "boolean"
																		},
																		"addressRange": {
																			"description": "An IP address range used, e.g. in case of egress connections. See note.\n",
																			"type": "object",
																			"required": ["minAddress", "maxAddress"],
																			"properties": {
																				"minAddress": {
																					"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																					"type": "string",
																					"format": "IP"
																				},
																				"maxAddress": {
																					"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																					"type": "string",
																					"format": "IP"
																				}
																			}
																		},
																		"minAddress": {
																			"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																			"type": "string",
																			"format": "IP"
																		},
																		"maxAddress": {
																			"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																			"type": "string",
																			"format": "IP"
																		},
																		"subnetId": {
																			"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
																			"type": "string"
																		}
																	}
																}
															}
														}
													},
													"parentCpId": {
														"description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
														"type": "string"
													},
													"vnfLinkPortId": {
														"description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
														"type": "string"
													},
													"metadata": {
														"description": "This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.\n",
														"type": "object"
													}
												}
											}
										},
										"metadata": {
											"description": "This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.\n",
											"type": "object"
										}
									}
								}
							},
							"vnfVirtualLinkResourceInfo": {
								"description": "Information about the virtualised network resources used by the VLs of the VNF instance. See note 5.\n",
								"type": "array",
								"items": {
									"description": "This type represents the information that allows addressing a virtualised resource that is used by an internal VL instance in a VNF instance.\n",
									"type": "object",
									"required": ["id", "vnfVirtualLinkDescId", "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"
										},
										"vnfdId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"vnfVirtualLinkDescId": {
											"description": "Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD.\n",
											"type": "string"
										},
										"networkResource": {
											"description": "This type represents the information that allows addressing a virtualised resource that is used by a VNF instance or by an NS instance. Information about the resource is available from the VIM. NOTE: The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle.\n",
											"type": "object",
											"required": ["resourceId"],
											"properties": {
												"vimId": {
													"description": "An identifier with the intention of being globally unique.\n",
													"type": "string"
												},
												"resourceProviderId": {
													"description": "An identifier with the intention of being globally unique.\n",
													"type": "string"
												},
												"resourceId": {
													"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
													"type": "string"
												},
												"vimLevelResourceType": {
													"description": "Type of the resource in the scope of the VIM, the WIM or the resource provider. The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle. See note.\n",
													"type": "string"
												}
											}
										},
										"reservationId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"vnfLinkPorts": {
											"description": "Links ports of this VL. Shall be present when the linkPort is used for external connectivity by the VNF (refer to VnfLinkPortInfo). May be present otherwise.\n",
											"type": "array",
											"items": {
												"type": "object",
												"description": "This type represents a link port of an internal VL of a VNF. It shall comply with the provisions defined in table 6.5.3.64-1.\nNOTE 1:\tEither cpInstanceId with cpInstanceType set to \"EXT_CP\" or any combination of cpInstanceId with cpInstanceType set to \"VNFC_CP\" and vipCpInstanceId (i.e. one or both of them) shall be present for a VnfLinkPortInfo. In case both cpInstanceId with cpInstanceType set to \"VNFC_CP\" and vipCpInstanceId are present, the two different CP instances share the linkport.\n",
												"required": ["id", "resourceHandle"],
												"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"
													},
													"resourceHandle": {
														"description": "This type represents the information that allows addressing a virtualised resource that is used by a VNF instance or by an NS instance. Information about the resource is available from the VIM. NOTE: The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle.\n",
														"type": "object",
														"required": ["resourceId"],
														"properties": {
															"vimId": {
																"description": "An identifier with the intention of being globally unique.\n",
																"type": "string"
															},
															"resourceProviderId": {
																"description": "An identifier with the intention of being globally unique.\n",
																"type": "string"
															},
															"resourceId": {
																"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
																"type": "string"
															},
															"vimLevelResourceType": {
																"description": "Type of the resource in the scope of the VIM, the WIM or the resource provider. The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle. See note.\n",
																"type": "string"
															}
														}
													},
													"cpInstanceId": {
														"description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
														"type": "string"
													},
													"cpInstanceType": {
														"description": "Type of the CP instance that is identified by cpInstanceId. Shall be present if \"cpInstanceId\" is present, and shall be absent otherwise. Permitted values: * VNFC_CP: The link port is connected to a VNFC CP * EXT_CP: The link port is associated to an external CP. See note 1.\n",
														"type": "string",
														"enum": ["VNFC_CP", "EXT_CP"]
													},
													"vipCpInstanceId": {
														"description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
														"type": "string"
													},
													"trunkResourceId": {
														"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
														"type": "string"
													}
												}
											}
										},
										"metadata": {
											"description": "This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.\n",
											"type": "object"
										}
									}
								}
							},
							"virtualStorageResourceInfo": {
								"description": "Information on the virtualised storage resource(s) used as storage for the VNF instance.\n",
								"type": "array",
								"items": {
									"description": "This type represents the information that allows addressing a virtualised resource that is used by a VNF instance.\n",
									"type": "object",
									"required": ["id", "virtualStorageDescId", "storageResource"],
									"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"
										},
										"virtualStorageDescId": {
											"description": "Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD.\n",
											"type": "string"
										},
										"vnfdId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"storageResource": {
											"description": "This type represents the information that allows addressing a virtualised resource that is used by a VNF instance or by an NS instance. Information about the resource is available from the VIM. NOTE: The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle.\n",
											"type": "object",
											"required": ["resourceId"],
											"properties": {
												"vimId": {
													"description": "An identifier with the intention of being globally unique.\n",
													"type": "string"
												},
												"resourceProviderId": {
													"description": "An identifier with the intention of being globally unique.\n",
													"type": "string"
												},
												"resourceId": {
													"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
													"type": "string"
												},
												"vimLevelResourceType": {
													"description": "Type of the resource in the scope of the VIM, the WIM or the resource provider. The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle. See note.\n",
													"type": "string"
												}
											}
										},
										"reservationId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"metadata": {
											"description": "This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.\n",
											"type": "object"
										}
									}
								}
							}
						}
					},
					"metadata": {
						"description": "This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.\n",
						"type": "object"
					},
					"extensions": {
						"description": "This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.\n",
						"type": "object"
					}
				}
			}
		},
		"pnfInfo": {
			"description": "Information on the PNF(s) that are part of the NS instance.\n",
			"type": "array",
			"items": {
				"description": "This type represents the information about a PNF that is part of an NS instance.  It shall comply with the provisions defined in Table 6.5.3.13-1.\n",
				"type": "object",
				"required": ["pnfId", "pnfdId", "pnfdInfoId", "pnfProfileId"],
				"properties": {
					"pnfId": {
						"description": "An identifier with the intention of being globally unique.\n",
						"type": "string"
					},
					"pnfName": {
						"description": "Name of the PNF.\n",
						"type": "string"
					},
					"pnfdId": {
						"description": "An identifier with the intention of being globally unique.\n",
						"type": "string"
					},
					"pnfdInfoId": {
						"description": "An identifier with the intention of being globally unique.\n",
						"type": "string"
					},
					"pnfProfileId": {
						"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
						"type": "string"
					},
					"cpInfo": {
						"description": "This type represents the information about the external CP of the PNF.  It shall comply with the provisions defined in Table 6.5.3.17-1.\n",
						"type": "object",
						"required": ["cpInstanceId", "cpdId"],
						"properties": {
							"cpInstanceId": {
								"description": "An Identifier that is unique within respect to a PNF. Representation: string of variable length.\n",
								"type": "string"
							},
							"cpdId": {
								"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
								"type": "string"
							},
							"cpProtocolData": {
								"description": "Parameters for configuring the network protocols on the CP.\n",
								"type": "array",
								"items": {
									"description": "This type represents network protocol data.\n",
									"type": "object",
									"required": ["layerProtocol"],
									"properties": {
										"layerProtocol": {
											"description": "Identifier of layer(s) and protocol(s). Permitted values: IP_OVER_ETHERNET.\n",
											"type": "string",
											"enum": ["IP_OVER_ETHERNET"]
										},
										"ipOverEthernet": {
											"description": "This type represents network address data for IP over Ethernet. NOTE 1:\tAt least one of \"macAddress\" or \"ipAddresses\" shall be present. NOTE 2:\tExactly one of \"fixedAddresses\", \"numDynamicAddresses\" or \"ipAddressRange\" shall be present. NOTE 3:\tIf the CP instance represents a subport in a trunk, \"segmentationId\" shall be present. Otherwise it shall not be present. NOTE 4:\tDepending on the NFVI networking infrastructure, the \"segmentationId\" may indicate the actual network segment value (e.g. vlan Id, Vxlan segmentation id, etc.) used in the transport header of the packets or it may be an identifier used between the application and the NFVI networking infrastructure to identify the network sub-interface of the trunk port in question. In the latter case the NFVI infrastructure will map this local \"segmentationId\" to whatever \"segmentationId\" is actually used by the NFVI's transport technology.\n",
											"type": "object",
											"anyOf": [{
												"required": ["ipAddresses"]
											}, {
												"required": ["macAddress"]
											}],
											"properties": {
												"macAddress": {
													"description": "A MAC address. Representation: string that consists of groups of two hexadecimal digits, separated by hyphens or colons.\n",
													"type": "string",
													"format": "MAC"
												},
												"segmentationType": {
													"description": "Specifies the encapsulation type for the traffics coming in and out of the trunk subport. Permitted values are: -\tVLAN: The subport uses VLAN as encapsulation type. -\tINHERIT: The subport gets its segmentation type from the network it is connected to. This attribute may be present for CP instances that represent subports in a trunk and shall be absent otherwise. If this attribute is not present for a subport CP instance, default value VLAN shall be used.\n",
													"type": "string",
													"enum": ["VLAN", "INHERIT"]
												},
												"segmentationId": {
													"description": "Identification of the network segment to which the CP instance connects to. See note 3 and note 4.\n",
													"type": "string"
												},
												"ipAddresses": {
													"description": "List of IP addresses to assign to the CP instance. Each entry represents IP address data for fixed or dynamic IP address assignment per subnet. If this attribute is not present, no IP address shall be assigned. See note 1.\n",
													"type": "array",
													"items": {
														"type": "object",
														"required": ["type"],
														"oneOf": [{
															"required": ["fixedAddresses"]
														}, {
															"required": ["numDynamicAddresses"]
														}, {
															"required": ["addressRange"]
														}],
														"properties": {
															"type": {
																"description": "The type of the IP addresses. Permitted values:  - IPV4\n  - IPV6\n",
																"type": "string",
																"enum": ["IPV4", "IPV6"]
															},
															"fixedAddresses": {
																"description": "Fixed addresses to assign (from the subnet defined by \"subnetId\" if provided). Exactly one of \"fixedAddresses\", \"numDynamicAddresses\" or \"ipAddressRange\" shall be present.\n",
																"type": "array",
																"items": {
																	"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																	"type": "string",
																	"format": "IP"
																}
															},
															"numDynamicAddresses": {
																"description": "Number of dynamic addresses to assign (from the subnet defined by \"subnetId\" if provided). See note 2.\n",
																"type": "integer"
															},
															"addressRange": {
																"description": "An IP address range to be used, e.g. in case of egress connections. In case this attribute is present, IP addresses from the range will be used.\n",
																"type": "object",
																"required": ["minAddress", "maxAddress"],
																"properties": {
																	"minAddress": {
																		"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																		"type": "string",
																		"format": "IP"
																	},
																	"maxAddress": {
																		"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																		"type": "string",
																		"format": "IP"
																	}
																}
															},
															"subnetId": {
																"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
																"type": "string"
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		},
		"virtualLinkInfo": {
			"description": "Information on the VL(s) of the NS instance. This attribute shall be present if the nsState attribute value is INSTANTIATED and if the NS instance has specified connectivity.\n",
			"type": "array",
			"items": {
				"description": "This type specifies the information about an NS VL instance.  It shall comply with the provisions defined in Table 6.5.3.53-1.\nNOTE:\tAs an NS can include NFs deployed in NFVI PoPs under the control of several different VIMs, therefore deploying an NS VL can involve several VIMs, each allocating different virtualised network resources, as well as WIMs handling the connectivity in between the NFVI-PoPs in the form of multi-site connectivity services. When this NsVirtualLink is provided as an ExtVirtualLink as input of a VNF LCM operation, the id of the ExtVirtualLink shall be the same as the corresponding NsVirtualLink.\n",
				"type": "object",
				"required": ["id", "nsVirtualLinkDescId", "nsVirtualLinkProfileId"],
				"properties": {
					"id": {
						"description": "An identifier that is unique with respect to a NS. Representation: string of variable length.\n",
						"type": "string"
					},
					"nsVirtualLinkDescId": {
						"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
						"type": "string"
					},
					"nsVirtualLinkProfileId": {
						"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
						"type": "string"
					},
					"resourceHandle": {
						"description": "Identifier(s) of the virtualised network resource(s) and/or multi-site connectivity service(s) realizing the VL instance. See note.\n",
						"type": "array",
						"items": {
							"description": "This type represents the information that allows addressing a virtualised resource that is used by a VNF instance or by an NS instance. Information about the resource is available from the VIM. NOTE: The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle.\n",
							"type": "object",
							"required": ["resourceId"],
							"properties": {
								"vimId": {
									"description": "An identifier with the intention of being globally unique.\n",
									"type": "string"
								},
								"resourceProviderId": {
									"description": "An identifier with the intention of being globally unique.\n",
									"type": "string"
								},
								"resourceId": {
									"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
									"type": "string"
								},
								"vimLevelResourceType": {
									"description": "Type of the resource in the scope of the VIM, the WIM or the resource provider. The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle. See note.\n",
									"type": "string"
								}
							}
						}
					},
					"linkPort": {
						"description": "Link ports of the VL instance. Cardinality of zero indicates that no port has yet been created for the VL instance.\n",
						"type": "array",
						"items": {
							"description": "This type represents information about a link port of a VL instance. It shall comply with the provisions defined in Table 6.5.3.55-1. NOTE:\tWhen the NsVirtualLink, from which the present NsLinkPort is part of, is provided as an ExtVirtualLink as input of a VNF LCM operation, the id of the ExtLinkPort shall be the same as the corresponding NsLinkPort.\n",
							"type": "object",
							"required": ["id", "resourceHandle"],
							"properties": {
								"id": {
									"description": "An identifier with the intention of being globally unique.\n",
									"type": "string"
								},
								"resourceHandle": {
									"description": "This type represents the information that allows addressing a virtualised resource that is used by a VNF instance or by an NS instance. Information about the resource is available from the VIM. NOTE: The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle.\n",
									"type": "object",
									"required": ["resourceId"],
									"properties": {
										"vimId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"resourceProviderId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"resourceId": {
											"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
											"type": "string"
										},
										"vimLevelResourceType": {
											"description": "Type of the resource in the scope of the VIM, the WIM or the resource provider. The value set of the \"vimLevelResourceType\" attribute is within the scope of the VIM, the WIM or the resource provider and can be used as information that complements the ResourceHandle. See note.\n",
											"type": "string"
										}
									}
								},
								"nsCpHandle": {
									"description": "This type represents an identifier of the CP or SAP instance.  It shall comply with the provisions defined in Table 6.5.3.56-1. NOTE 1:\tFor the VNF external CP instance, both vnfInstanceId and vnfExtCpInstanceId shall be present as a pair. NOTE 2:\tFor the PNF external CP instance, both pnfInfoId and PnfExtCpInstanceId shall be present as a pair. NOTE 3:\tFor the SAP instance, both nsInstanceId and nsSapInstanceId shall be present as a pair. NOTE 4:\tOne pair of identifiers (VNF external CP, PNF external CP or SAP) shall be present.\n",
									"type": "object",
									"oneOf": [{
										"required": ["vnfInstanceId", "vnfExtCpInstanceId"]
									}, {
										"required": ["pnfInfoId", "pnfExtCpInstanceId"]
									}, {
										"required": ["nsInstanceId", "nsSapInstanceId"]
									}],
									"properties": {
										"vnfInstanceId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"vnfExtCpInstanceId": {
											"description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
											"type": "string"
										},
										"pnfInfoId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"pnfExtCpInstanceId": {
											"description": "An Identifier that is unique within respect to a PNF. Representation: string of variable length.\n",
											"type": "string"
										},
										"nsInstanceId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"nsSapInstanceId": {
											"description": "An identifier that is unique with respect to a NS. Representation: string of variable length.\n",
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			}
		},
		"vnffgInfo": {
			"description": "Information on the VNFFG(s) of the NS instance.\n",
			"type": "array",
			"items": {
				"description": "Information on the VNFFG(s) of the NS instance. NOTE:\tIt indicates an exhaustive list of all the CP instances and SAP instances of the VNFFG.\n",
				"type": "object",
				"required": ["id", "vnffgdId", "vnfInstanceId", "pnfInfoId"],
				"properties": {
					"id": {
						"description": "An identifier with the intention of being globally unique.\n",
						"type": "string"
					},
					"vnffgdId": {
						"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
						"type": "string"
					},
					"vnfInstanceId": {
						"description": "Identifier(s) of the constituent VNF instance(s) of this VNFFG instance.\n",
						"type": "array",
						"items": {
							"description": "An identifier with the intention of being globally unique.\n",
							"type": "string"
						}
					},
					"pnfdInfoId": {
						"description": "Identifier(s) of the constituent PNF instance(s) of this VNFFG instance.\n",
						"type": "array",
						"items": {
							"description": "An identifier with the intention of being globally unique.\n",
							"type": "string"
						}
					},
					"nsVirtualLinkInfoId": {
						"description": "Identifier(s) of the constituent VL instance(s) of this VNFFG instance.\n",
						"type": "array",
						"items": {
							"description": "An identifier that is unique with respect to a NS. Representation: string of variable length.\n",
							"type": "string"
						}
					},
					"nsCpHandle": {
						"description": "This type represents an identifier of the CP or SAP instance.  It shall comply with the provisions defined in Table 6.5.3.56-1. NOTE 1:\tFor the VNF external CP instance, both vnfInstanceId and vnfExtCpInstanceId shall be present as a pair. NOTE 2:\tFor the PNF external CP instance, both pnfInfoId and PnfExtCpInstanceId shall be present as a pair. NOTE 3:\tFor the SAP instance, both nsInstanceId and nsSapInstanceId shall be present as a pair. NOTE 4:\tOne pair of identifiers (VNF external CP, PNF external CP or SAP) shall be present.\n",
						"type": "object",
						"oneOf": [{
							"required": ["vnfInstanceId", "vnfExtCpInstanceId"]
						}, {
							"required": ["pnfInfoId", "pnfExtCpInstanceId"]
						}, {
							"required": ["nsInstanceId", "nsSapInstanceId"]
						}],
						"properties": {
							"vnfInstanceId": {
								"description": "An identifier with the intention of being globally unique.\n",
								"type": "string"
							},
							"vnfExtCpInstanceId": {
								"description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
								"type": "string"
							},
							"pnfInfoId": {
								"description": "An identifier with the intention of being globally unique.\n",
								"type": "string"
							},
							"pnfExtCpInstanceId": {
								"description": "An Identifier that is unique within respect to a PNF. Representation: string of variable length.\n",
								"type": "string"
							},
							"nsInstanceId": {
								"description": "An identifier with the intention of being globally unique.\n",
								"type": "string"
							},
							"nsSapInstanceId": {
								"description": "An identifier that is unique with respect to a NS. Representation: string of variable length.\n",
								"type": "string"
							}
						}
					}
				}
			}
		},
		"sapInfo": {
			"description": "Information on the SAP(s) of the NS instance.\n",
			"type": "array",
			"items": {
				"description": "This type represents an SAP instance. It shall comply with the provisions defined in Table 6.5.3.67-1.\n",
				"type": "object",
				"required": ["id", "sapdId", "sapName", "sapProtocolInfo"],
				"properties": {
					"id": {
						"description": "An identifier that is unique with respect to a NS. Representation: string of variable length.\n",
						"type": "string"
					},
					"sapdId": {
						"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
						"type": "string"
					},
					"sapName": {
						"description": "Human readable name for the SAP instance.\n",
						"type": "string"
					},
					"description": {
						"description": "Human readable description for the SAP instance.\n",
						"type": "string"
					},
					"sapProtocolInfo": {
						"description": "Network protocol information for this SAP.\n",
						"type": "array",
						"items": {
							"description": "This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like addresses. It shall comply with the provisions defined in Table 6.5.3.58-1. NOTE:\tThis attribute allows to signal the addition of further types of layer and protocol in future versions of the present document in a backwards-compatible way. In the current version of the present document, only IP over Ethernet is supported.\n",
							"type": "object",
							"required": ["layerProtocol", "ipOverEthernet"],
							"properties": {
								"layerProtocol": {
									"description": "The identifier of layer(s) and protocol(s) associated to the network address information. Permitted values:  - IP_OVER_ETHERNET\n\nSee note.\n",
									"type": "string",
									"enum": ["IP_OVER_ETHERNET"]
								},
								"ipOverEthernet": {
									"description": "This type represents information about a network address that has been assigned.\nNOTE 1:\tAt least one of \"macAddress\" or \"ipAddresses\" shall be present. NOTE 2:\tExactly one of \"addresses\" or \"addressRange\" shall be present. NOTE 3:\tIf the Cp instance represents a subport in a trunk, \"segmentationId\" shall be present. Otherwise it shall not be present. NOTE 4:\tDepending on the NFVI networking infrastructure, the \"segmentationId\" may indicate the actual network segment value (e.g. vlan Id, Vxlan segmentation id, etc.) used in the transport header of the packets or it may be an identifier used between the application and the NFVI networking infrastructure to identify the network sub-interface of the trunk port in question. In the latter case the NFVI infrastructure will map this local \"segmentationId\" to whatever \"segmentationId\" is actually used by the NFVI's transport technology.\n",
									"type": "object",
									"anyOf": [{
										"required": ["macAddress"]
									}, {
										"required": ["ipAddresses"]
									}],
									"properties": {
										"macAddress": {
											"description": "A MAC address. Representation: string that consists of groups of two hexadecimal digits, separated by hyphens or colons.\n",
											"type": "string",
											"format": "MAC"
										},
										"segmentationId": {
											"description": "Identification of the network segment to which the Cp instance connects to. See note 3 and note 4.\n",
											"type": "string"
										},
										"ipAddresses": {
											"description": "Addresses assigned to the CP instance. Each entry represents IP addresses assigned by fixed or dynamic IP address assignment per subnet. See note 1.\n",
											"type": "array",
											"items": {
												"type": "object",
												"required": ["type"],
												"oneOf": [{
													"required": ["addresses"]
												}, {
													"required": ["addressRange"]
												}],
												"properties": {
													"type": {
														"description": "The type of the IP addresses. Permitted values: - IPV4 - IPV6\n",
														"type": "string",
														"enum": ["IPV4", "IPV6"]
													},
													"addresses": {
														"description": "Fixed addresses assigned (from the subnet defined by \"subnetId\" if provided). See note 2.\n",
														"type": "array",
														"items": {
															"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
															"type": "string",
															"format": "IP"
														}
													},
													"isDynamic": {
														"description": "Indicates whether this set of addresses was assigned dynamically (true) or based on address information provided as input from the API consumer (false). Shall be present if \"addresses\" is present and shall be absent otherwise.\n",
														"type": "boolean"
													},
													"addressRange": {
														"description": "An IP address range used, e.g., in case of egress connections. Exactly one of \"addresses\" or \"addressRange\" shall be present. See note 2.\n",
														"type": "object",
														"required": ["minAddress", "maxAddress"],
														"properties": {
															"minAddress": {
																"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																"type": "string",
																"format": "IP"
															},
															"maxAddress": {
																"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
																"type": "string",
																"format": "IP"
															}
														}
													},
													"subnetId": {
														"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
														"type": "string"
													}
												}
											}
										},
										"type": {
											"description": "The type of the IP addresses\n",
											"type": "string",
											"enum": ["PV4", "PV6"]
										},
										"addresses": {
											"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
											"type": "string",
											"format": "IP"
										},
										"isDynamic": {
											"description": "Indicates whether this set of addresses was assigned dynamically (true) or based on address information provided as input from the API consumer (false). Shall be present if \"addresses\" is present and shall be absent otherwise.\n",
											"type": "boolean"
										},
										"addressRange": {
											"description": "An IP address range used, e.g. in case of egress connections. See note.\n",
											"type": "object",
											"required": ["minAddress", "maxAddress"],
											"properties": {
												"minAddress": {
													"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
													"type": "string",
													"format": "IP"
												},
												"maxAddress": {
													"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
													"type": "string",
													"format": "IP"
												}
											}
										},
										"minAddress": {
											"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
											"type": "string",
											"format": "IP"
										},
										"maxAddress": {
											"description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
											"type": "string",
											"format": "IP"
										},
										"subnetId": {
											"description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.\n",
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			}
		},
		"nestedNsInstanceId": {
			"description": "Identifier of the nested NS(s) of the NS instance. See note.\n",
			"type": "array",
			"items": {
				"description": "An identifier with the intention of being globally unique.\n",
				"type": "string"
			}
		},
		"vnfSnapshotInfoIds": {
			"description": "Identifier of information on VNF snapshots of VNF instances that are part of this NS instance.\n",
			"type": "array",
			"items": {
				"description": "An identifier with the intention of being globally unique.\n",
				"type": "string"
			}
		},
		"nsState": {
			"description": "The state of the NS instance. Permitted values: NOT_INSTANTIATED: The NS instance is terminated or not instantiated. INSTANTIATED: The NS instance is instantiated.\n",
			"type": "string",
			"enum": ["NOT_INSTANTIATED", "INSTANTIATED"]
		},
		"monitoringParameter": {
			"description": "Performance metrics tracked by the NFVO (e.g. for auto-scaling purposes) as identified by the NS designer in the NSD.\n",
			"type": "array",
			"items": {
				"description": "This type represents a monitoring parameter that is tracked by the NFVO, for example,  for auto-scaling purposes. It shall comply with the provisions defined in Table 6.5.3.68-1.\n",
				"type": "object",
				"required": ["id", "performanceMetric"],
				"properties": {
					"id": {
						"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
						"type": "string"
					},
					"name": {
						"description": "Human readable name of the monitoring parameter, as defined in the NSD.\n",
						"type": "string"
					},
					"performanceMetric": {
						"description": "Performance metric that is monitored. This attribute shall contain the related  \"Measurement Name\" value as defined in clause 7.2 of ETSI GS NFV-IFA 027.\n",
						"type": "string"
					}
				}
			}
		},
		"nsScaleStatus": {
			"description": "Status of each NS scaling aspect declared in the applicable DF, how \"big\" the NS instance has been scaled w.r.t. that aspect. This attribute shall be present if the nsState attribute value is INSTANTIATED.\n",
			"type": "array",
			"items": {
				"description": "This type represents the target NS Scale level for each NS scaling aspect of the current deployment flavor.\n",
				"type": "object",
				"required": ["nsScalingAspectId", "nsScaleLevelId"],
				"properties": {
					"nsScalingAspectId": {
						"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
						"type": "string"
					},
					"nsScaleLevelId": {
						"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
						"type": "string"
					}
				}
			}
		},
		"additionalAffinityOrAntiAffinityRule": {
			"description": "Information on the additional affinity or anti-affinity rule from NS instantiation operation. Shall not conflict with rules already specified in the NSD.\n",
			"type": "array",
			"items": {
				"description": "This type describes the additional affinity or anti-affinity rule applicable between the VNF instances to be instantiated in the NS instantiation operation request or between the VNF instances to be instantiated in the NS instantiation operation request and the existing VNF instances..\n",
				"type": "object",
				"required": ["affinityOrAntiAffiinty", "scope"],
				"properties": {
					"vnfdId": {
						"description": "Reference to a VNFD. When the VNFD which is not used to instantiate VNF, it presents all VNF instances of this type as the subjects of the affinity or anti-affinity rule. The VNF instance which the VNFD presents is not necessary as a part of the NS to be instantiated.\n",
						"type": "array",
						"items": {
							"description": "An identifier with the intention of being globally unique.\n",
							"type": "string"
						}
					},
					"vnfProfileId": {
						"description": "Reference to a vnfProfile defined in the NSD. At least one VnfProfile which is used to instantiate VNF for the NS to be instantiated as the subject of the affinity or anti-affinity rule shall be present. When the VnfProfile which is not used to instantiate VNF, it presents all VNF instances of this type as the subjects of the affinity or anti-affinity rule. The VNF instance which the VnfProfile presents is not necessary as a part of the NS to be instantiated.\n",
						"type": "array",
						"items": {
							"description": "An identifier that is unique within a NS descriptor. Representation: string of variable length.\n",
							"type": "string"
						}
					},
					"vnfInstanceId": {
						"description": "Reference to the existing VNF instance as the subject of the affinity or anti-affinity rule. The existing VNF instance is not necessary as a part of the NS to be instantiated.\n",
						"type": "array",
						"items": {
							"description": "An identifier with the intention of being globally unique.\n",
							"type": "string"
						}
					},
					"affinityOrAntiAffiinty": {
						"description": "The type of the constraint. Permitted values: AFFINITY ANTI_AFFINITY.\n",
						"type": "string",
						"enum": ["AFFINITY", "ANTI_AFFINITY"]
					},
					"scope": {
						"description": "Specifies the scope of the rule where the placement constraint applies. Permitted values: NFVI_POP ZONE ZONE_GROUP NFVI_NODE.\n",
						"type": "string",
						"enum": ["NFVI_POP", "ZONE", "ZONE_GROUP", "NFVI_NODE"]
					}
				}
			}
		},
		"wanConnectionInfo": {
			"description": "Information about WAN related connectivity enabling multi-site VLs.\n",
			"type": "array",
			"items": {
				"description": "This type provides information about the connectivity to the WAN of network resources realizing a VL, e.g.,\nwhen the VL is deployed on several sites across a WAN. It shall comply with the provisions defined in table 6.5.3.90-1.\nNOTE:\tEither a \"nsVirtualLinkInfoId\" or a \"vnfVirtualLinkResourceInfoId\" shall be provided, but not both.\n",
				"type": "object",
				"required": ["wanConnectionInfoId"],
				"oneOf": [{
					"required": ["nsVirtualLinkInfoId"]
				}, {
					"required": ["vnfVirtualLinkResourceInfoId"]
				}],
				"properties": {
					"wanConnectionInfoId": {
						"description": "An identifier that is unique with respect to a NS. Representation: string of variable length.\n",
						"type": "string"
					},
					"nsVirtualLinkInfoId": {
						"description": "An identifier that is unique with respect to a NS. Representation: string of variable length.\n",
						"type": "string"
					},
					"vnfVirtualLinkResourceInfoId": {
						"description": "An identifier that is unique with respect to a NS. Representation: string of variable length.\n",
						"type": "string"
					},
					"protocolInfo": {
						"description": "This type provides protocol specific information about the connectivity to the WAN of network resources realizing\na VL, e.g., when the VL is deployed on several sites and across a WAN, and the related multi-site connectivity\nservice (MSCS) enabling the connectivity through the WAN. This type supports providing information about both\npre-provisioned WAN connectivity realized by external entities to NFV-MANO but parts of such connectivity is known\nto the NFVO, as well as information about MSCS created under NFV-MANO responsibility (i.e., connectivity is realized\nwhen NFVO communicates with the WIM).  It shall comply with the provisions defined in table 6.5.3.91-1.\n",
						"type": "object",
						"properties": {
							"mscsInfo": {
								"description": "This type provides information about an already provisioned multi-site connectivity service (MSCS) deployed across a WAN. It shall comply with the provisions defined in Table 6.5.3.82-1.\n",
								"type": "object",
								"required": ["mscsId", "mscsType"],
								"properties": {
									"mscsId": {
										"description": "An identifier with the intention of being globally unique.\n",
										"type": "string"
									},
									"mscsName": {
										"description": "Human readable name of the MSCS.\n",
										"type": "string"
									},
									"mscsDescription": {
										"description": "Human readable description of the MSCS.\n",
										"type": "string"
									},
									"mscsType": {
										"description": "The type of connectivity that is provided to the virtualized networks in the NFVI-PoP and characterizes the connectivity service across the WAN. Permitted values: -\tL2 -\tL3\n",
										"type": "string",
										"enum": ["L2VPN", "L3VPN"]
									},
									"mscsLayerProtocol": {
										"description": "Type of underlying connectivity service and protocol associated to the MSCS. Permitted values are as listed below and restricted by the type of MSCS: -\tEVPN_BGP_MPLS: as specified in IETF RFC 7432. Only applicable for mscsType=\"L2\". - EVPN_VPWS: as specified in IETF RFC 8214. Only applicable for mscsType=\"L2\". -\tVPLS_BGP: as specified in IETF RFC 4761 and IETF RFC 6624. Only applicable for mscsType=\"L2\". -\tVPLS_LDP_L2TP: as specified in IETF RFC 4762. Only applicable for mscsType=\"L2\". -\tVPWS_LDP_L2TP: as specified in IETF RFC 6074. Only applicable for mscsType=\"L2\". -\tBGP_IP_VPN: BGP/MPLS based IP VPN as specified in IETF RFC 4364. Only applicable for mscsType=\"L3\".\n",
										"type": "string",
										"enum": ["EVPN_BGP_MPLS", "EVPN_VPWS", "VPLS_BGP", "VPLS_LDP", "VPWS", "BGP_IP_VPN"]
									},
									"siteAccessProtectionSchemes": {
										"description": "Information to determine the proper MSCS endpoints configuration to fulfil certain resiliency/protection requirements, e.g., by considering certain availability and redundancy of connectivity service endpoints in between NFVI-PoP and WAN.\n",
										"type": "array",
										"items": {
											"type": "object",
											"properties": {
												"locationConstraints": {
													"description": "This type represents location constraints for a VNF to be instantiated. The location constraints can be represented as follows: •\tas a country code •\tas a civic address combined with a country code •\tas an area, conditionally combined with a country code\nNOTE:\tIf both \"countryCode\" and \"area\" are present, no conflicts should exist between the values of these two attributes. In case of conflicts, the API producer (i.e. the NFVO) shall disregard parts of the geographic area signalled by \"area\" that are outside the boundaries of the country signalled by \"countryCode\". If \"countryCode\" is absent, it is solely the \"area\" attribute that defines the location constraint.\n",
													"type": "object",
													"properties": {
														"countryCode": {
															"description": "The two-letter ISO 3166 country code in capital letters. Shall be present in case the \"area\" attribute is absent. May be absent if the \"area\" attribute is present (see note).\n",
															"type": "string"
														},
														"civicAddressElement": {
															"description": "Zero or more elements comprising the civic address. Shall be absent if the \"area\" attribute is present.\n",
															"type": "array",
															"items": {
																"type": "object",
																"required": ["caType", "caValue"],
																"properties": {
																	"caType": {
																		"description": "Describe the content type of caValue. The value of caType shall comply with Section 3.4 of IETF RFC 4776 [13].\n",
																		"type": "integer"
																	},
																	"caValue": {
																		"description": "Content of civic address element corresponding to the caType. The format caValue shall comply with Section 3.4 of IETF RFC 4776 [13].\n",
																		"type": "string"
																	}
																}
															}
														},
														"area": {
															"description": "Geographic area. Shall be absent if the \"civicAddressElement\" attribute is present. The content of this attribute shall follow the provisions for the \"Polygon\" geometry object as defined in IETF RFC 7946, for which the \"type\" member shall be set to the value \"Polygon\". See note.\n",
															"type": "object"
														}
													}
												},
												"protectionScheme": {
													"description": "Defines the protection scheme. Permitted values: -\tUNPROTECTED: to indicate no protection. -\tONE_TO_ONE: to indicate an active-passive access protection. -\tONE_PLUS_ONE: to indicate an active-active access protection. -\tONE_TO_N: to indicate an N active to 1 passive access protection.\n",
													"type": "string",
													"enum": ["UNPROTECTED", "ONE_TO_ONE", "ONE_PLUS_ONE", "ONE_TO_N"]
												}
											}
										}
									},
									"mtuMscs": {
										"description": "Maximum Transmission Unit (MTU) that can be forwarded over the MSCS (in bytes). Default value is \"1500\" (bytes).\n",