From 8b374d5acb4cdac9e7f715948709aa5997f88f66 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:37:19 +0200 Subject: [PATCH] remove erasure and por parameters from openapi spec (#915) --- openapi.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 9a2056ca..d29799a5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -83,33 +83,12 @@ components: id: $ref: "#/components/schemas/PeerId" - ErasureParameters: - type: object - properties: - totalChunks: - type: integer - - PoRParameters: - description: Parameters for Proof of Retrievability - type: object - properties: - u: - type: string - publicKey: - type: string - name: - type: string - Content: type: object description: Parameters specifying the content properties: cid: $ref: "#/components/schemas/Cid" - erasure: - $ref: "#/components/schemas/ErasureParameters" - por: - $ref: "#/components/schemas/PoRParameters" DebugInfo: type: object