diff --git a/components/schemas/containers/summaries/VolumeSummary.yml b/components/schemas/containers/summaries/VolumeSummary.yml index e8c7c941..2902c924 100644 --- a/components/schemas/containers/summaries/VolumeSummary.yml +++ b/components/schemas/containers/summaries/VolumeSummary.yml @@ -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" diff --git a/components/schemas/vms/VirtualMachineVolume.yml b/components/schemas/vms/VirtualMachineVolume.yml index 482a8b1e..c83941f2 100644 --- a/components/schemas/vms/VirtualMachineVolume.yml +++ b/components/schemas/vms/VirtualMachineVolume.yml @@ -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 \ No newline at end of file + - config