We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc11df commit fe65703Copy full SHA for fe65703
1 file changed
components/schemas/vms/task/VirtualMachineReconfigureVolumesAction.yml
@@ -10,20 +10,8 @@ properties:
10
- volumes.reconfigure
11
description: The action to take.
12
contents:
13
- description: An array of volume objects to be reconfigured.
14
- type: array
15
- items:
16
- type: object
17
- description: A summary of relevant volume information.
18
- required:
19
- - id
20
- - hash
21
- - config
22
- properties:
23
- id:
24
- "$ref": "../../ID.yml"
25
- hash:
26
- type: string
27
- description: A unique hash for the given volume.
28
- config:
29
- "$ref": "../config/volumes/VirtualMachineVolumeConfig.yml"
+ description: |
+ A map of volume objects where the key is the id and the value is the volume's config.
+ type: object
+ additionalProperties:
+ $ref: ../config/volumes/VirtualMachineVolumeConfig.yml
0 commit comments