Skip to content

Commit

Permalink
Merge branch 'master' into feature/ceremony-files
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens committed Jun 6, 2024
2 parents a518ec6 + fe9d970 commit b89493e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit b89493e

Please sign in to comment.