From 64b9b98bfc9ff94693cd3456c067ee9fcb6f3c6a Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 10 Dec 2025 13:54:06 -0800 Subject: [PATCH] volume attachment pointer --- .../infrastructure/external-volumes/ExternalVolume.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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