File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -9385,9 +9385,21 @@ components:
9385
9385
example : null
9386
9386
Devices :
9387
9387
type : object
9388
- allOf :
9389
- - $ref : ' #/components/schemas/RescueDevices'
9390
9388
properties :
9389
+ sda :
9390
+ $ref : ' #/components/schemas/Device'
9391
+ sdb :
9392
+ $ref : ' #/components/schemas/Device'
9393
+ sdc :
9394
+ $ref : ' #/components/schemas/Device'
9395
+ sdd :
9396
+ $ref : ' #/components/schemas/Device'
9397
+ sde :
9398
+ $ref : ' #/components/schemas/Device'
9399
+ sdf :
9400
+ $ref : ' #/components/schemas/Device'
9401
+ sdg :
9402
+ $ref : ' #/components/schemas/Device'
9391
9403
sdh :
9392
9404
$ref : ' #/components/schemas/Device'
9393
9405
Disk :
@@ -9565,6 +9577,8 @@ components:
9565
9577
in our system to be treated as authoritative.
9566
9578
required :
9567
9579
- id
9580
+ - domain
9581
+ - type
9568
9582
properties :
9569
9583
id :
9570
9584
type : integer
You can’t perform that action at this time.
0 commit comments