From 308dda1b8b2f63e25201ab7425d170d7f1f6490f Mon Sep 17 00:00:00 2001 From: Ben Bierens <39762930+benbierens@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:47:41 +0100 Subject: [PATCH] Fix manifestItem in openapi.yaml treeCid and datasetSize were misnamed. Signed-off-by: Ben Bierens <39762930+benbierens@users.noreply.github.com> --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 5887af56..d14f070a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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"