Merge branch 'master' into feature/ceremony-files
This commit is contained in:
commit
b89493ea33
10
openapi.yaml
10
openapi.yaml
|
@ -289,7 +289,7 @@ components:
|
|||
description: "Root hash of the content"
|
||||
originalBytes:
|
||||
type: integer
|
||||
format: uint64
|
||||
format: int64
|
||||
description: "Length of original content in bytes"
|
||||
blockSize:
|
||||
type: integer
|
||||
|
@ -304,18 +304,18 @@ components:
|
|||
totalBlocks:
|
||||
description: "Number of blocks stored by the node"
|
||||
type: integer
|
||||
format: uint64
|
||||
format: int64
|
||||
quotaMaxBytes:
|
||||
type: integer
|
||||
format: uint64
|
||||
format: int64
|
||||
description: "Maximum storage space used by the node"
|
||||
quotaUsedBytes:
|
||||
type: integer
|
||||
format: uint64
|
||||
format: int64
|
||||
description: "Amount of storage space currently in use"
|
||||
quotaReservedBytes:
|
||||
type: integer
|
||||
format: uint64
|
||||
format: int64
|
||||
description: "Amount of storage space reserved"
|
||||
|
||||
servers:
|
||||
|
|
Loading…
Reference in New Issue