File tree 3 files changed +0
-10
lines changed
3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -196,10 +196,8 @@ components:
196
196
type : object
197
197
properties :
198
198
networkId :
199
- description : Reference to the dedicated network
200
199
$ref : " dn-networks.yaml#/components/schemas/NetworkId"
201
200
device :
202
- description : Reference to the subscription of the device
203
201
$ref : " #/components/schemas/Device"
204
202
qosProfiles :
205
203
description : (Optional) List of supported QOS profiles usable for the device. When absent, all QosProfiles of the Network are supported. Only a subset of the QOS profiles of the network is allowed
@@ -227,7 +225,6 @@ components:
227
225
- type : object
228
226
properties :
229
227
id :
230
- description : Access ID in UUID format
231
228
$ref : " #/components/schemas/AccessId"
232
229
required :
233
230
- id
Original file line number Diff line number Diff line change @@ -213,17 +213,14 @@ components:
213
213
description : Profile id for the dedicated network
214
214
$ref : ' dn-profiles.yaml#/components/schemas/NetworkProfileId'
215
215
serviceTime :
216
- description : Time during which the dedicated network is to be available
217
216
$ref : ' #/components/schemas/ServiceTime'
218
217
serviceArea :
219
- description : Geografical area within which the service of the dedicated network is to be available
220
218
$ref : ' #/components/schemas/Area'
221
219
sink :
222
220
description : Notification sink for sending notifications
223
221
type : string
224
222
format : uri
225
223
sinkCredential :
226
- description : Sink credentials
227
224
$ref : ' #/components/schemas/SinkCredential'
228
225
required :
229
226
- profileId
@@ -237,10 +234,8 @@ components:
237
234
- type : object
238
235
properties :
239
236
id :
240
- description : Network ID in UUID format
241
237
$ref : ' #/components/schemas/NetworkId'
242
238
status :
243
- description : Current status of the dedicated network
244
239
$ref : ' #/components/schemas/NetworkStatus'
245
240
required :
246
241
- id
Original file line number Diff line number Diff line change @@ -99,10 +99,8 @@ components:
99
99
maxNumberOfDevices :
100
100
type : integer
101
101
aggregatedUlThroughput :
102
- description : Aggregated Uplink Throughput for all devices, reserved for the dedicated network
103
102
$ref : " #/components/schemas/BitRate"
104
103
aggregatedDlThroughput :
105
- description : Aggregated Downlink Throughput for all devices, reserved for the dedicated network
106
104
$ref : " #/components/schemas/BitRate"
107
105
qosProfiles :
108
106
description : Qos Profiles, which are supported by the dedicated network.
You can’t perform that action at this time.
0 commit comments