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: