Skip to content

Commit

Permalink
Update logs schema with new params mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Nov 24, 2023
1 parent 9e4fd02 commit 04986ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hydra-node/json-schemas/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,22 @@ definitions:
"$ref": "api.yaml#/components/schemas/Party"
description: >-
Parties configured as the node argument.
- title: SavedNetworkPartiesInconsistent
description: >-
The configured peer list does not match with the value from the loaded /acks state.
type: object
additionalProperties: false
required:
- tag
- numberOfParties
properties:
tag:
type: string
enum: ["SavedNetworkPartiesInconsistent"]
numberOfParties:
type: number
description: >-
Number of parties configured as the node argument.
# TODO: Fill the gap!
Network: {}
Expand Down

0 comments on commit 04986ef

Please sign in to comment.