diff --git a/components/schemas/infrastructure/external-volumes/ExternalVolume.yml b/components/schemas/infrastructure/external-volumes/ExternalVolume.yml index 0d4310da..a69dfc52 100644 --- a/components/schemas/infrastructure/external-volumes/ExternalVolume.yml +++ b/components/schemas/infrastructure/external-volumes/ExternalVolume.yml @@ -42,7 +42,9 @@ properties: $ref: "./sources/ExternalVolumeSource.yml" attachment: description: Information about the resource the external volume is currently attached to. - $ref: "./attachment/ExternalVolumeAttachment.yml" + oneOf: + - $ref: "./attachment/ExternalVolumeAttachment.yml" + - type: "null" size: description: > Size of the external volume; may be null or omitted if the size has not yet