Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(Withdrawal): change items to a valid schema reference
  • Loading branch information
smoyer64 authored Jun 12, 2025
commit bf57bb2935fb719b07edfd7b43364aa04ee9cc28
2 changes: 1 addition & 1 deletion src/schemas/execute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Withdrawals:
description: This array can have a maximum length of 16.
type: array
items:
- $ref: '#/components/schemas/Withdrawal'
$ref: '#/components/schemas/Withdrawal'
Withdrawal:
title: A withdrawal made by a validator
type: object
Expand Down