@@ -55,7 +55,7 @@ components:
5555 - Stopped: No VMM running, no snapshot exists
5656 - Standby: No VMM running, snapshot exists (can be restored)
5757
58- VolumeAttachment :
58+ VolumeMount :
5959 type : object
6060 required : [volume_id, mount_path]
6161 properties :
@@ -152,7 +152,7 @@ components:
152152 type : array
153153 description : Volumes to attach to the instance at creation time
154154 items :
155- $ref : " #/components/schemas/VolumeAttachment "
155+ $ref : " #/components/schemas/VolumeMount "
156156 # Future: port_mappings, timeout_seconds
157157
158158 Instance :
@@ -220,7 +220,7 @@ components:
220220 type : array
221221 description : Volumes attached to the instance
222222 items :
223- $ref : " #/components/schemas/VolumeAttachment "
223+ $ref : " #/components/schemas/VolumeMount "
224224 created_at :
225225 type : string
226226 format : date-time
@@ -334,7 +334,7 @@ components:
334334 description : Size in gigabytes
335335 example : 10
336336
337- VolumeAttachedInstance :
337+ VolumeAttachment :
338338 type : object
339339 required : [instance_id, mount_path, readonly]
340340 properties :
@@ -371,7 +371,7 @@ components:
371371 type : array
372372 description : List of current attachments (empty if not attached)
373373 items :
374- $ref : " #/components/schemas/VolumeAttachedInstance "
374+ $ref : " #/components/schemas/VolumeAttachment "
375375 created_at :
376376 type : string
377377 format : date-time
0 commit comments