File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,9 @@ paths:
250
250
schema :
251
251
type : object
252
252
properties :
253
- room-id :
253
+ roomId :
254
254
type : string
255
- example : Room-# 2
255
+ example : Room-2
256
256
description : room to specify a new mapping, null if you want to delete mapping
257
257
description : the new mapping
258
258
responses :
@@ -277,13 +277,13 @@ components:
277
277
properties :
278
278
id :
279
279
type : string
280
- example : Room-# 1
280
+ example : Room-1
281
281
name :
282
282
type : string
283
283
example : Mario Rossi's Operating Room - Bufalini Hospital
284
284
zoneId :
285
285
type : string
286
- example : Zone-# 1
286
+ example : Zone-1
287
287
type :
288
288
$ref : ' #/components/schemas/RoomType'
289
289
@@ -301,7 +301,7 @@ components:
301
301
url :
302
302
type : string
303
303
format : uri
304
- example : ' http://localhost:3000/api/v1/rooms/Room-# 1'
304
+ example : ' http://localhost:3000/api/v1/rooms/Room-1'
305
305
total :
306
306
type : integer
307
307
description : the total number of room entries
@@ -312,13 +312,13 @@ components:
312
312
properties :
313
313
id :
314
314
type : string
315
- example : Room-# 1
315
+ example : Room-1
316
316
name :
317
317
type : string
318
318
example : Mario Rossi's Operating Room - Bufalini Hospital
319
319
zoneId :
320
320
type : string
321
- example : Zone-# 1
321
+ example : Zone-1
322
322
type :
323
323
$ref : ' #/components/schemas/RoomType'
324
324
environmentalData :
@@ -359,7 +359,7 @@ components:
359
359
properties :
360
360
entries :
361
361
type : array
362
- description : room's environemtal data entries
362
+ description : room's environmental data entries
363
363
items :
364
364
type : object
365
365
properties :
@@ -398,7 +398,7 @@ components:
398
398
properties :
399
399
id :
400
400
type : string
401
- example : mt-# 1
401
+ example : mt-1
402
402
name :
403
403
type : string
404
404
example : Endoscope
@@ -408,6 +408,6 @@ components:
408
408
type : boolean
409
409
roomId :
410
410
type : string
411
- example : Room-# 1
411
+ example : Room-1
412
412
type :
413
413
$ref : ' #/components/schemas/MedicalTechnologyType'
You can’t perform that action at this time.
0 commit comments