Skip to content

Commit

Permalink
remove erasure and por parameters from openapi spec (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
emizzle authored Sep 25, 2024
1 parent 4b9336e commit 8b374d5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b374d5

Please sign in to comment.