From a8beea355f8e6af74748d56ff5a20328e0d011d2 Mon Sep 17 00:00:00 2001 From: Outscale Bot Date: Tue, 23 Apr 2024 17:00:52 +0200 Subject: [PATCH] fix outscale.yaml Signed-off-by: Outscale Bot --- outscale.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/outscale.yaml b/outscale.yaml index a6afd94..91f9bbc 100644 --- a/outscale.yaml +++ b/outscale.yaml @@ -4967,7 +4967,9 @@ components: BlockDeviceMappingLinkDates: description: The link dates for the BSU volumes mapped to the VMs (for example, `2016-01-23T18:45:30.000Z`). - items: string + items: + format: date + type: string type: array BlockDeviceMappingStates: description: The states for the BSU volumes (`attaching` \| `attached` \| @@ -4987,7 +4989,8 @@ components: type: array CreationDates: description: The dates when the VMs were launched. - items: string + items: + type: string type: array ImageIds: description: The IDs of the OMIs used to launch the VMs.