Skip to content

Commit ed16bd3

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request #71 from wsmith/bugfix/expand-devices
Lose the nested ref in devices
2 parents 785f88d + 192d7c8 commit ed16bd3

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

openapi.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9393,9 +9393,21 @@ components:
93939393
example: null
93949394
Devices:
93959395
type: object
9396-
allOf:
9397-
- $ref: '#/components/schemas/RescueDevices'
93989396
properties:
9397+
sda:
9398+
$ref: '#/components/schemas/Device'
9399+
sdb:
9400+
$ref: '#/components/schemas/Device'
9401+
sdc:
9402+
$ref: '#/components/schemas/Device'
9403+
sdd:
9404+
$ref: '#/components/schemas/Device'
9405+
sde:
9406+
$ref: '#/components/schemas/Device'
9407+
sdf:
9408+
$ref: '#/components/schemas/Device'
9409+
sdg:
9410+
$ref: '#/components/schemas/Device'
93999411
sdh:
94009412
$ref: '#/components/schemas/Device'
94019413
Disk:

0 commit comments

Comments
 (0)