mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-26 16:33:13 +00:00
chore: fix availabilities definition
This commit is contained in:
parent
16dce0fc43
commit
65ed23fe06
10
openapi.yaml
10
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user