Skip to content

Commit ec301d9

Browse files
committed
Fix refs to schema
1 parent a713bf3 commit ec301d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/validator/aggregate_and_proofs.v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ post:
3535
content:
3636
application/json:
3737
schema:
38-
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/IndexedErrorMessage"
38+
$ref: "../../beacon-node-oapi.yaml#/components/schemas/IndexedErrorMessage"
3939
"415":
4040
$ref: '../../beacon-node-oapi.yaml#/components/responses/UnsupportedMediaType'
4141
"500":

apis/validator/sync_committee_contribution_and_proof.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ post:
2121
content:
2222
application/json:
2323
schema:
24-
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/IndexedErrorMessage"
24+
$ref: "../../beacon-node-oapi.yaml#/components/schemas/IndexedErrorMessage"
2525
"500":
2626
$ref: '../../beacon-node-oapi.yaml#/components/responses/InternalError'

0 commit comments

Comments
 (0)