Skip to content

Commit

Permalink
Updating rpc schema to reflect struct changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zajko committed Jan 16, 2025
1 parent 2b8ad2e commit 6432d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/test/rpc_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8574,13 +8574,13 @@
"validator_weights": {
"type": "array",
"items": {
"$ref": "#/components/schemas/JsonValidatorWeights"
"$ref": "#/components/schemas/JsonValidatorWeight"
}
}
},
"additionalProperties": false
},
"JsonValidatorWeights": {
"JsonValidatorWeight": {
"description": "A validator's weight.",
"type": "object",
"required": [
Expand Down

0 comments on commit 6432d2e

Please sign in to comment.