Fix manifestItem in openapi.yaml

treeCid and datasetSize were misnamed.

Signed-off-by: Ben Bierens <39762930+benbierens@users.noreply.github.com>
This commit is contained in:
Ben Bierens 2024-10-29 11:47:41 +01:00 committed by GitHub
parent a2ac7453fa
commit 308dda1b8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -344,10 +344,10 @@ components:
ManifestItem:
type: object
properties:
rootHash:
treeCid:
$ref: "#/components/schemas/Cid"
description: "Root hash of the content"
originalBytes:
datasetSize:
type: integer
format: int64
description: "Length of original content in bytes"