Skip to content

Commit

Permalink
Update the logs schema
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Feb 20, 2024
1 parent 76d10e1 commit d9dc077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hydra-node/json-schemas/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,7 @@ definitions:
- tag
- headId
- snapshotNumber
- contestationDeadline
properties:
tag:
type: string
Expand All @@ -1833,6 +1834,8 @@ definitions:
snapshotNumber:
type: integer
minimum: 0
contestationDeadline:
$ref: "api.yaml#/components/schemas/UTCTime"
- title: OnFanoutTx
type: object
additionalProperties: false
Expand Down

0 comments on commit d9dc077

Please sign in to comment.