Skip to content

Commit

Permalink
Deploying to gh-pages from @ bc9885d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
freigeistig committed Jan 12, 2024
1 parent 04dc365 commit 5280add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"properties": {
"data": {
"type": "object",
"$ref": "#/components/schemas/ProofLink"
"$ref": "#/components/schemas/Link"
}
}
}
Expand Down Expand Up @@ -126,7 +126,7 @@
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ProofLink"
"$ref": "#/components/schemas/Link"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ paths:
properties:
data:
type: object
$ref: '#/components/schemas/ProofLink'
$ref: '#/components/schemas/Link'
'400':
$ref: '#/components/responses/invalidParameter'
'401':
Expand Down Expand Up @@ -87,7 +87,7 @@ paths:
data:
type: array
items:
$ref: '#/components/schemas/ProofLink'
$ref: '#/components/schemas/Link'
'400':
$ref: '#/components/responses/invalidParameter'
'404':
Expand Down

0 comments on commit 5280add

Please sign in to comment.