chore: fix availabilities definition

This commit is contained in:
Adam Uhlíř 2025-03-31 17:36:40 +02:00
parent 16dce0fc43
commit 65ed23fe06
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B

View File

@ -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: