Skip to content

Commit addaa06

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge branch 'development' into fix-strings
2 parents d89e0e7 + e10ace5 commit addaa06

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

openapi.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9385,9 +9385,21 @@ components:
93859385
example: null
93869386
Devices:
93879387
type: object
9388-
allOf:
9389-
- $ref: '#/components/schemas/RescueDevices'
93909388
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'
93919403
sdh:
93929404
$ref: '#/components/schemas/Device'
93939405
Disk:
@@ -9565,6 +9577,8 @@ components:
95659577
in our system to be treated as authoritative.
95669578
required:
95679579
- id
9580+
- domain
9581+
- type
95689582
properties:
95699583
id:
95709584
type: integer

0 commit comments

Comments
 (0)