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:
parent
a2ac7453fa
commit
308dda1b8b
|
@ -344,10 +344,10 @@ components:
|
||||||
ManifestItem:
|
ManifestItem:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
rootHash:
|
treeCid:
|
||||||
$ref: "#/components/schemas/Cid"
|
$ref: "#/components/schemas/Cid"
|
||||||
description: "Root hash of the content"
|
description: "Root hash of the content"
|
||||||
originalBytes:
|
datasetSize:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
description: "Length of original content in bytes"
|
description: "Length of original content in bytes"
|
||||||
|
|
Loading…
Reference in New Issue