diff --git a/hydra-node/json-schemas/logs.yaml b/hydra-node/json-schemas/logs.yaml index bf2e24da426..d3b4812c058 100644 --- a/hydra-node/json-schemas/logs.yaml +++ b/hydra-node/json-schemas/logs.yaml @@ -1987,12 +1987,20 @@ definitions: required: - tag - headId + - newVersion + - distributedOutputs properties: tag: type: string enum: ["OnDecrementTx"] headId: $ref: "api.yaml#/components/schemas/HeadId" + newVersion: + $ref: "api.yaml#/components/schemas/SnapshotVersion" + distributedOutputs: + type: array + items: + $ref: "api.yaml#/components/schemas/TxOut" - title: OnCollectComTx type: object additionalProperties: false