Skip to content

Commit 2df1afb

Browse files
committed
Correction of linter errors.
1 parent 2c47312 commit 2df1afb

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

code/API_definitions/dn-accesses.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,8 @@ components:
196196
type: object
197197
properties:
198198
networkId:
199-
description: Reference to the dedicated network
200199
$ref: "dn-networks.yaml#/components/schemas/NetworkId"
201200
device:
202-
description: Reference to the subscription of the device
203201
$ref: "#/components/schemas/Device"
204202
qosProfiles:
205203
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:
227225
- type: object
228226
properties:
229227
id:
230-
description: Access ID in UUID format
231228
$ref: "#/components/schemas/AccessId"
232229
required:
233230
- id

code/API_definitions/dn-networks.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,14 @@ components:
213213
description: Profile id for the dedicated network
214214
$ref: 'dn-profiles.yaml#/components/schemas/NetworkProfileId'
215215
serviceTime:
216-
description: Time during which the dedicated network is to be available
217216
$ref: '#/components/schemas/ServiceTime'
218217
serviceArea:
219-
description: Geografical area within which the service of the dedicated network is to be available
220218
$ref: '#/components/schemas/Area'
221219
sink:
222220
description: Notification sink for sending notifications
223221
type: string
224222
format: uri
225223
sinkCredential:
226-
description: Sink credentials
227224
$ref: '#/components/schemas/SinkCredential'
228225
required:
229226
- profileId
@@ -237,10 +234,8 @@ components:
237234
- type: object
238235
properties:
239236
id:
240-
description: Network ID in UUID format
241237
$ref: '#/components/schemas/NetworkId'
242238
status:
243-
description: Current status of the dedicated network
244239
$ref: '#/components/schemas/NetworkStatus'
245240
required:
246241
- id

code/API_definitions/dn-profiles.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,8 @@ components:
9999
maxNumberOfDevices:
100100
type: integer
101101
aggregatedUlThroughput:
102-
description: Aggregated Uplink Throughput for all devices, reserved for the dedicated network
103102
$ref: "#/components/schemas/BitRate"
104103
aggregatedDlThroughput:
105-
description: Aggregated Downlink Throughput for all devices, reserved for the dedicated network
106104
$ref: "#/components/schemas/BitRate"
107105
qosProfiles:
108106
description: Qos Profiles, which are supported by the dedicated network.

0 commit comments

Comments
 (0)