From 65ed23fe0625cf9e4bb19230bdd131db7ccf62b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Mon, 31 Mar 2025 17:36:40 +0200 Subject: [PATCH] chore: fix availabilities definition --- openapi.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 70da398b..fcca74f4 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -153,8 +153,9 @@ components: id: $ref: "#/components/schemas/Id" totalSize: - type: string - description: Total size of availability's storage in bytes as decimal string + type: integer + format: int64 + description: Total size of availability's storage in bytes duration: $ref: "#/components/schemas/Duration" minPricePerBytePerSecond: @@ -170,8 +171,9 @@ components: - type: object properties: freeSize: - type: string - description: Unused size of availability's storage in bytes as decimal string + type: integer + format: int64 + description: Unused size of availability's storage in bytes SalesAvailabilityCREATE: allOf: