We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61fef2 commit 6a2180dCopy full SHA for 6a2180d
2 files changed
components/schemas/containers/summaries/VolumeSummary.yml
@@ -22,7 +22,7 @@ properties:
22
$ref: ../../ID.yml
23
- type: "null"
24
removed:
25
- description: The time stamp of the volume's removal, if applicable.
+ description: The timestamp of the volume's removal, if applicable.
26
oneOf:
27
- $ref: ../../DateTime.yml
28
components/schemas/vms/VirtualMachineVolume.yml
@@ -11,7 +11,12 @@ properties:
11
config:
12
$ref: ./config/volumes/VirtualMachineVolumeConfig.yml
13
description: The configuration details for the virtual machine's volume.
14
+ removed:
15
16
+ oneOf:
17
+ - $ref: ../DateTime.yml
18
+ - type: "null"
19
required:
20
- id
21
- hash
- - config
+ - config
0 commit comments