NsInstance.schema.json 151 KB
Newer Older
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474
										"type": "number"
									},
									"mscsEndpoints": {
										"description": "Information about the MSCS endpoints of the MSCS.\n",
										"type": "array",
										"items": {
											"description": "This type provides encapsulates information about an MSCS endpoint of the MSCS. It shall comply with the provisions defined in table 6.5.3.83-1.\n",
											"type": "object",
											"required": ["mscsEndpointId", "directionality", "connectivityServiceEndpoinId"],
											"properties": {
												"mscsEndpointId": {
													"description": "An identifier with the intention of being globally unique.\n",
													"type": "string"
												},
												"directionality": {
													"description": "Directionality of the data traffic in the context of the terminating MSCS endpoint from WAN’s perspective. Permitted values: -\tINBOUND: to indicate into the WAN. -\tOUTBOUND: to indicate from the WAN. -\tBOTH: to indicate bidirectional data traffic to/from the WAN.\n",
													"type": "string",
													"enum": ["INBOUND", "OUTBOUND", "BOTH"]
												},
												"connectivityServiceEndpoinId": {
													"description": "References the connectivity service endpoint configuration information applicable to support the MSCS endpoint. More than one connectivity service endpoint can be referred when endpoints are in LAG mode.\n",
													"type": "array",
													"items": {
														"description": "An identifier with the intention of being globally unique.\n",
														"type": "string"
													}
												}
											}
										}
									}
								}
							},
							"connectivityServiceEndpoints": {
								"description": "Configuration information about the network resources in the NFVI-PoP and their connectivity to the WAN.\n",
								"type": "array",
								"items": {
									"description": "This type provides configuration data for the NFVI-PoP network gateway providing connectivity service endpoints. The connectivity service endpoints are used as endpoints by an MSCS. It shall comply with the provisions defined in Table 6.5.3.84-1.\n",
									"type": "object",
									"required": ["connectivityServiceEndpointId", "vimId"],
									"properties": {
										"connectivityServiceEndpointId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"vimId": {
											"description": "An identifier with the intention of being globally unique.\n",
											"type": "string"
										},
										"siteToWanLayer2ProtocolData": {
											"description": "This type provides information about Layer 2 protocol specific information for the configuration of the NFVI-PoP network gateway to enable the stitching of the intra-site VN to the MSCS over the WAN. It shall comply with the provisions defined in Table 6.5.3.85-1. NOTE:\tEither \"networkResources\" or \"vnSegmentsIds\" shall be provided, but not both.\n",
											"type": "object",
											"required": ["layer2ConnectionInfo"],
											"properties": {
												"layer2ConnectionInfo": {
													"description": "Layer 2 protocol parameters of the connectivity service endpoint (CSE).\n",
													"type": "object",
													"required": ["connectionType", "interfaceType", "interfaceTagging", "encapsulationType"],
													"properties": {
														"connectionType": {
															"description": "The type of connection to be established on the connectivity service point. Permitted values: -\tCSE: defined by the characteristics of the existing referred connectivity service point. -\tAGGREGATE_CSE: create an aggregation of the connectivity service endpoints.\n",
															"type": "string",
															"enum": ["CSE", "AGGREGATE_CSE"]
														},
														"interfaceType": {
															"description": "To indicate whether to create logical interfaces on the referred connectivity service endpoint or new aggregated connectivity service endpoint. Permitted values: -\tPARENT: use the mapped interface to the connectivity service endpoint as is, i.e., do not create logical interfaces. -\tLOGICAL: create logical interfaces.\n",
															"type": "string",
															"enum": ["PARENT", "LOGICAL"]
														},
														"interfaceTagging": {
															"description": "The type of frames to forward on the connectivity service point. Permitted values: -\tUNTAGGED: an interface where frames are not tagged. -\tTAGGED: an interface configured to forward tagged frames (i.e., enabled for VLAN tagging).\n",
															"type": "string",
															"enum": ["UNTAGGED", "TAGGED"]
														},
														"encapsulationType": {
															"description": "The type of encapsulation. If the interfaceTagging=\"TAGGED\", either \"VLAN\" or \"VXLAN\" shall be set. Permitted values: -\tETH: generic Ethernet encapsulation. -\tVLAN: encapsulation based on VLAN. -\tVXLAN: encapsulation based on VXLAN.\n",
															"type": "string",
															"enum": ["ETH", "VLAN", "VXLAN"]
														},
														"vlanTaggingType": {
															"description": "Type of encapsulation method for VLAN tagging. Shall be present if interfaceTagging=\"TAGGED\" and encapsulationType=\"VLAN\". Permitted values: -\tDOT1Q: used when packets on the CSE are encapsulated with one or a set of customer VLAN identifiers. -\tQINQ: used when packets on the CSE are encapsulated with multiple customer VLAN identifiers and a single\n  service VLAN identifier.\n- QINANY: used when packets on the CSE have no specific customer VLAN and a service VLAN identifier is used.\n",
															"type": "string",
															"enum": ["DOT1Q", "QINQ", "QINANY"]
														},
														"wanSegmentIds": {
															"description": "Segment identifiers to pass on the tagged interface. Shall be present if encapsulationType=\"VLAN\" or “VXLAN\".\n",
															"type": "object",
															"required": ["wanSegmentIdValue"],
															"properties": {
																"wanSegmentIdValue": {
																	"description": "Identifier of the network segment (e.g., VLAN id or VNI).\n",
																	"type": "string"
																},
																"wanSegmentIdUpperRange": {
																	"description": "Identifier of the upper range network segment, in case the \"wanSegmentIds\" is used to define a range.\n",
																	"type": "string"
																}
															}
														},
														"vxlanConfig": {
															"description": "Additional configuration needed when using VXLAN encapsulation. Shall be present if interfaceTagging=\"TAGGED\" and encapsulationType=\"VXLAN\".\n",
															"type": "object",
															"required": ["peerMode"],
															"properties": {
																"peerMode": {
																	"description": "Type of VXLAN access mode. Default value is \"STATIC\".\nPermitted values: -\tSTATIC -\tBGP_EVPN\n",
																	"type": "string",
																	"enum": ["STATIC", "BGP_EVPN"]
																},
																"peers": {
																	"description": "List of IP addresses of VTEP peers when using static mode.\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"
																	}
																}
															}
														},
														"lagInterfaceData": {
															"description": "Information for setting up a LAG interface aggregating multiple connectivity service endpoints.\n",
															"type": "object",
															"required": ["aggregatedEndpoints", "lacpActivation", "lacpConfig"],
															"properties": {
																"aggregatedEndpoints": {
																	"description": "List of the connectivity service endpoints that are to be aggregated. Shall be present if connectionType=\"AGGREGATE_CSE\". In case of aggregating connectivity service endpoints, only one SiteToWanLayer2ProtocolData shall be provided for the whole set of aggregated endpoints.\n",
																	"type": "array",
																	"items": {
																		"description": "An identifier with the intention of being globally unique.\n",
																		"type": "string"
																	}
																},
																"lacpActivation": {
																	"description": "Indicates whether to activate LACP on the interface. If \"TRUE\", the LACP is to be activated, or \"FALSE\" otherwise. Default value is \"FALSE\".\n",
																	"type": "boolean"
																},
																"lacpConfig": {
																	"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"
																}
															}
														},
														"layer2ControlProtocol": {
															"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"
														}
													}
												},
												"mtuL2": {
													"description": "Maximum Transmission Unit (MTU) that can be forwarded at layer 2 (in bytes). Default value is \"1500\" (bytes).\n",
													"type": "number"
												},
												"virtualRoutingAndForwarding": {
													"description": "Configuration related to the L2 virtual routing and forwarding (MAC-VRF).\n",
													"type": "object",
													"required": ["macVrfName"],
													"properties": {
														"macVrfName": {
															"description": "Name (or identifier) of the MAC-VRF instance.\n",
															"type": "string"
														}
													}
												},
												"forwardingConfig": {
													"description": "Information related to the forwarding of the VN in the NFVI-PoP to the connectivity service endpoint, if information about the VN to \"stitch\" is already known. . by the OSS/BSS. Shall not be provided otherwise, in which case the NFVO will infer the forwarding configuration based on the NS VL, or external VL, or externally-managed VL provisioning.\n",
													"type": "object",
													"oneOf": [{
														"required": ["networkResources"]
													}, {
														"required": ["vnSegmentIds"]
													}],
													"properties": {
														"networkResources": {
															"description": "Reference to the VN resource to be forwarded into/from the MSCS. 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"
																	}
																}
															}
														},
														"vnSegmentIds": {
															"description": "Identifiers of the network segments of the VN resources to be forwarded into/from the MSCS.\n",
															"type": "object",
															"required": ["vnSegmentIdValue"],
															"properties": {
																"vnSegmentIdValue": {
																	"description": "Identifier of the network segment.\n",
																	"type": "string"
																},
																"vnSegmentIdUpperRange": {
																	"description": "Identifier of the upper range network segment, in case the \"vnSegmentIds\" is used to define a range.\n",
																	"type": "string"
																}
															}
														}
													}
												}
											}
										},
										"siteToWanLayer3ProtocolData": {
											"description": "This type provides information about Layer 3 protocol specific information for the stitching of the intra-site VN to the multi-site connectivity service over the WAN. It shall comply with the provisions defined in Table 6.5.3.86-1.\n",
											"type": "object",
											"required": ["routingInfo"],
											"properties": {
												"logicalInterfaceIpAddress": {
													"description": "IP addressing information associated to a logical interface. Shall be present if the \"interfaceType\" of the SiteToWanLayer2ProtocolData is equal to \"LOGICAL\".\n",
													"type": "object",
													"required": ["ipAddress", "associatedSegmentId"],
													"properties": {
														"ipAddress": {
															"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"
														},
														"associatedSegmentId": {
															"description": "The associated segment identifier that has triggered the creation of the logical interface. The value shall be one of the values listed in the \"wanSegmentIds\" of the \"siteToWanLayer2ProtocolData\".\n",
															"type": "string"
														}
													}
												},
												"routingInfo": {
													"description": "The routing information that is activated on the connectivity service endpoint. More than one \"routingInfo\" is allowed to enable stacking different routing protocols (e.g., one routing protocol for IPv4 and another one for IPv6).\n",
													"type": "object",
													"required": ["routingProtocol", "routingAddressFamily"],
													"properties": {
														"routingProtocol": {
															"description": "The routing protocol that is activated on the connectivity service endpoint. Permitted values: -\tBGP: used for dynamic routing BGPv4. -\tRIP: used for dynamic routing RIPv2. -\tOSPF: used for dynamic routing (OSPF version 2 for IPv4; and OSPF version 3 for IPv6). -\tSTATIC: used for static routing. -\tDIRECT: used when the NFVI-PoP network is directly connected to the WAN provider network. -\tVRRP: used when the NFVI-PoP network is directly connected to the WAN provider network with virtual\n  router redundancy protocol support (VRRP).\n",
															"type": "string",
															"enum": ["BGP", "RIP", "OSPF", "STATIC", "DIRECT", "VRRP"]
														},
														"staticRouting": {
															"description": "Defines a static route. It shall only be present if the routingProtocol=\"STATIC\".\n",
															"type": "object",
															"required": ["ipVersion", "ipPrefix", "prefixSize", "nextHop"],
															"properties": {
																"ipVersion": {
																	"description": "The IP version applicable to the routing entry. Permitted values: -\tIPV4 -\tIPV6\n",
																	"type": "string",
																	"enum": ["IPV4", "IPV6"]
																},
																"ipPrefix": {
																	"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"
																},
																"prefixSize": {
																	"description": "The IP prefix size.\n",
																	"type": "number"
																},
																"nextHop": {
																	"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"
																}
															}
														},
														"routingAddressFamily": {
															"description": "The IP version applicable to the dynamic routing protocol. Shall be present for dynamic routing protocols. Permitted values: -\tIPV4 -\tIPV6\n",
															"type": "string",
															"enum": ["IPV4", "IPv6"]
														},
														"ospfRouting": {
															"description": "Defines parameters for OSPF routing. It shall only be present if the routingProtocol=\"OSPF\".\n",
															"type": "object",
															"required": ["areaId"],
															"properties": {
																"areaId": {
																	"description": "The routing area identifier, e.g., a number or an IP address.\n",
																	"type": "string"
																}
															}
														},
														"bgpRouting": {
															"description": "Defines parameters for BGP routing. It shall only be present if the routingProtocol=\"BGP\".\n",
															"type": "object",
															"required": ["bgpAs"],
															"properties": {
																"bgpAs": {
																	"description": "The Autonomous System (AS) identification applicable to the BGP routing info entry.\n",
																	"type": "object"
																},
																"bgpNeighbour": {
																	"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"
																},
																"bgpAdditionalParam": {
																	"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"
																}
															}
														},
														"routeMapsDistribution": {
															"description": "Maps of routes that are permitted or denied for redistribution.\n",
															"type": "object",
															"required": ["policy", "sequence", "matchAndSetRule"],
															"properties": {
																"policy": {
																	"description": "The policy to apply to the route distribution.\nPermitted values: -\tPERMIT -\tDENY\n",
																	"type": "string",
																	"enum": ["PERMIT", "DENY"]
																},
																"sequence": {
																	"description": "Sequence or index number assigned to the route-map.\n",
																	"type": "number"
																},
																"matchAndSetRule": {
																	"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"
																}
															}
														}
													}
												},
												"mtuL3": {
													"description": "Maximum Transmission Unit (MTU) that can be forwarded at layer 3 (in bytes). Default value is \"1500\" (bytes).\n",
													"type": "number"
												},
												"virtualRoutingAndForwarding": {
													"description": "Configuration related to the virtual routing and forwarding (VRF).\n",
													"type": "object",
													"required": ["vrfName"],
													"properties": {
														"vrfName": {
															"description": "Name (or identifier) of the VRF instance.\n",
															"type": "string"
														}
													}
												},
												"bfdConfig": {
													"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"
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		},
		"_links": {
			"type": "object",
			"description": "Links to resources related to this resource.",
			"required": ["self"],
			"properties": {
				"self": {
					"description": "This type represents a link to a resource.\n",
					"type": "object",
					"required": ["href"],
					"properties": {
						"href": {
							"description": "URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
							"type": "string",
							"format": "url"
						}
					}
				},
				"nestedNsInstances": {
					"description": "Links to resources related to this notification.\n",
					"type": "array",
					"items": {
						"description": "This type represents a link to a resource.\n",
						"type": "object",
						"required": ["href"],
						"properties": {
							"href": {
								"description": "URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
								"type": "string",
								"format": "url"
							}
						}
					}
				},
				"vnfSnapshotInfos": {
					"description": "Links to the VNF snapshots associated to VNF instances which are part of this NS instance.\n",
					"type": "array",
					"items": {
						"description": "This type represents a link to a resource.\n",
						"type": "object",
						"required": ["href"],
						"properties": {
							"href": {
								"description": "URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
								"type": "string",
								"format": "url"
							}
						}
					}
				},
				"instantiate": {
					"description": "This type represents a link to a resource.\n",
					"type": "object",
					"required": ["href"],
					"properties": {
						"href": {
							"description": "URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
							"type": "string",
							"format": "url"
						}
					}
				},
				"terminate": {
					"description": "This type represents a link to a resource.\n",
					"type": "object",
					"required": ["href"],
					"properties": {
						"href": {
							"description": "URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
							"type": "string",
							"format": "url"
						}
					}
				},
				"update": {
					"description": "This type represents a link to a resource.\n",
					"type": "object",
					"required": ["href"],
					"properties": {
						"href": {
							"description": "URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
							"type": "string",
							"format": "url"
						}
					}
				},
				"scale": {
					"description": "This type represents a link to a resource.\n",
					"type": "object",
					"required": ["href"],
					"properties": {
						"href": {
							"description": "URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
							"type": "string",
							"format": "url"
						}
					}
				},
				"heal": {
					"description": "This type represents a link to a resource.\n",
					"type": "object",
					"required": ["href"],
					"properties": {
						"href": {
							"description": "URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
							"type": "string",
							"format": "url"
						}
					}
				}
			}
		}
	}