Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/schemas/containers/summaries/VolumeSummary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
$ref: ../../ID.yml
- type: "null"
removed:
description: The time stamp of the volume's removal, if applicable.
description: The timestamp of the volume's removal, if applicable.
oneOf:
- $ref: ../../DateTime.yml
- type: "null"
7 changes: 6 additions & 1 deletion components/schemas/vms/VirtualMachineVolume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ properties:
config:
$ref: ./config/volumes/VirtualMachineVolumeConfig.yml
description: The configuration details for the virtual machine's volume.
removed:
description: The timestamp of the volume's removal, if applicable.
oneOf:
- $ref: ../DateTime.yml
- type: "null"
required:
- id
- hash
- config
- config