Skip to content

Commit 2c47312

Browse files
committed
Removing trailing spaces from dn-networks.yaml.
1 parent 4ab1322 commit 2c47312

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

code/API_definitions/dn-networks.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tags:
1515
paths:
1616
/networks:
1717
get:
18-
tags:
18+
tags:
1919
- Networks
2020
summary: Get a list of dedicated networks
2121
operationId: listNetworks
@@ -28,7 +28,7 @@ paths:
2828
application/json:
2929
schema:
3030
type: array
31-
items:
31+
items:
3232
$ref: '#/components/schemas/NetworkInfo'
3333
"400":
3434
$ref: "#/components/responses/Generic400"
@@ -41,9 +41,9 @@ paths:
4141
"500":
4242
$ref: "#/components/responses/Generic500"
4343
"503":
44-
$ref: "#/components/responses/Generic503"
44+
$ref: "#/components/responses/Generic503"
4545
post:
46-
tags:
46+
tags:
4747
- Networks
4848
summary: Request to create a dedicated network
4949
operationId: createNetwork
@@ -54,7 +54,7 @@ paths:
5454
schema:
5555
$ref: '#/components/schemas/CreateNetwork'
5656
parameters:
57-
- $ref: "#/components/parameters/x-correlator"
57+
- $ref: "#/components/parameters/x-correlator"
5858
callbacks:
5959
notifications:
6060
"{$request.body#/sink}":
@@ -77,7 +77,7 @@ paths:
7777
$ref: "#/components/schemas/CloudEvent"
7878
examples:
7979
NETWORK_STATUS_CHANGED_EXAMPLE:
80-
$ref: "#/components/examples/NETWORK_STATUS_CHANGED_EXAMPLE"
80+
$ref: "#/components/examples/NETWORK_STATUS_CHANGED_EXAMPLE"
8181
responses:
8282
"204":
8383
description: Successful notification
@@ -98,7 +98,7 @@ paths:
9898
$ref: "#/components/responses/Generic503"
9999
security:
100100
- {}
101-
- notificationsBearerAuth: []
101+
- notificationsBearerAuth: []
102102
responses:
103103
'201':
104104
description: Reception acknowlegement a dedicated network request
@@ -124,11 +124,11 @@ paths:
124124
"500":
125125
$ref: "#/components/responses/Generic500"
126126
"503":
127-
$ref: "#/components/responses/Generic503"
127+
$ref: "#/components/responses/Generic503"
128128

129129
/networks/{networkId}:
130130
get:
131-
tags:
131+
tags:
132132
- Networks
133133
summary: Get the current information about a dedicated network
134134
operationId: readNetwork
@@ -151,7 +151,7 @@ paths:
151151
'404':
152152
$ref: "#/components/responses/Generic404"
153153
delete:
154-
tags:
154+
tags:
155155
- Networks
156156
summary: Destroy a dedicated network
157157
operationId: deleteNetwork
@@ -219,7 +219,7 @@ components:
219219
description: Geografical area within which the service of the dedicated network is to be available
220220
$ref: '#/components/schemas/Area'
221221
sink:
222-
description: Notification sink for sending notifications
222+
description: Notification sink for sending notifications
223223
type: string
224224
format: uri
225225
sinkCredential:
@@ -243,8 +243,8 @@ components:
243243
description: Current status of the dedicated network
244244
$ref: '#/components/schemas/NetworkStatus'
245245
required:
246-
- id
247-
- status
246+
- id
247+
- status
248248

249249
CreateNetwork:
250250
description: Attributes required to create a dedicated network
@@ -258,7 +258,7 @@ components:
258258
* `REQUESTED` - The DN is requested, but not approved. Possible transitions to RESERVED, ACTIVATED and TERMINATED states
259259
* `RESERVED` - Request is accepted by the CSP (CSP has committed the requested resources), but the Network cannot be used (outside of requested time-window)
260260
* `ACTIVATED` - Network turns from reserved into Activated. Now, devices with access can use the network. Possible transitions to RESERVED or TERMINATED states
261-
* `TERMINATED` - The Network resource is used and up for deletion. The API does not allow any action (except delete).
261+
* `TERMINATED` - The Network resource is used and up for deletion. The API does not allow any action (except delete).
262262
263263
type: string
264264
enum:
@@ -371,7 +371,7 @@ components:
371371
required:
372372
- areaName
373373
properties:
374-
areaName:
374+
areaName:
375375
type: string
376376

377377
SinkCredential:

0 commit comments

Comments
 (0)