You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/communication/data-plane/NetworkTraversal/preview/2021-10-08-preview/CommunicationNetworkTraversal.json
+14-12Lines changed: 14 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,7 @@
63
63
"type": "string"
64
64
},
65
65
"routeType": {
66
-
"description": "The routing methodology to where the ICE server will be located from the client.",
67
-
"type": "string",
68
-
"enum": [
69
-
"any",
70
-
"nearest"
71
-
]
66
+
"$ref": "#/definitions/RouteType"
72
67
}
73
68
}
74
69
},
@@ -98,12 +93,7 @@
98
93
"type": "string"
99
94
},
100
95
"routeType": {
101
-
"description": "The routing methodology to where the ICE server will be located from the client.",
102
-
"type": "string",
103
-
"enum": [
104
-
"any",
105
-
"nearest"
106
-
]
96
+
"$ref": "#/definitions/RouteType"
107
97
}
108
98
}
109
99
},
@@ -128,6 +118,18 @@
128
118
}
129
119
}
130
120
}
121
+
},
122
+
"RouteType": {
123
+
"description": "The routing methodology to where the ICE server will be located from the client.",
0 commit comments