diff --git a/hydra-node/json-schemas/api.yaml b/hydra-node/json-schemas/api.yaml index f66c82d0899..ddd0b274722 100644 --- a/hydra-node/json-schemas/api.yaml +++ b/hydra-node/json-schemas/api.yaml @@ -1797,7 +1797,6 @@ components: - tag - headId - recoverTxId - - utxoToDeposit - deadline description: | Post a transaction to recover deposited UTxO back to L1. @@ -1809,8 +1808,6 @@ components: $ref: "api.yaml#/components/schemas/HeadId" recoverTxId: type: string - utxoToDeposit: - $ref: "api.yaml#/components/schemas/UTxO" deadline: $ref: "api.yaml#/components/schemas/ChainSlot" - title: IncrementTx @@ -1821,7 +1818,6 @@ components: - headId - headParameters - incrementingSnapshot - - depositScriptUTxO - depositTxId description: | Post a transaction to commit some UTxO to the Head. @@ -1835,8 +1831,6 @@ components: $ref: "api.yaml#/components/schemas/HeadParameters" incrementingSnapshot: $ref: "api.yaml#/components/schemas/ConfirmedSnapshot" - depositScriptUTxO: - $ref: "api.yaml#/components/schemas/UTxO" depositTxId: type: string - title: DecrementTx diff --git a/hydra-node/json-schemas/logs.yaml b/hydra-node/json-schemas/logs.yaml index e73926785d4..29b1378a3a6 100644 --- a/hydra-node/json-schemas/logs.yaml +++ b/hydra-node/json-schemas/logs.yaml @@ -2043,7 +2043,6 @@ definitions: - deposited - depositTxId - deadline - - depositScriptUTxO description: >- The deposit transaction locking some UTxO to a deposit script. properties: @@ -2058,15 +2057,12 @@ definitions: type: string deadline: $ref: "api.yaml#/components/schemas/UTCTime" - depositScriptUTxO: - $ref: "api.yaml#/components/schemas/UTxO" - title: OnRecoverTx type: object additionalProperties: false required: - tag - headId - - recoveredUTxO - recoveredTxId description: >- The recover transaction unlocking the deposited UTxO. @@ -2076,10 +2072,8 @@ definitions: enum: ["OnRecoverTx"] headId: $ref: "api.yaml#/components/schemas/HeadId" - recoveredUTxO: - $ref: "api.yaml#/components/schemas/UTxO" recoveredTxId: - type: string + sype: string - title: OnIncrementTx type: object additionalProperties: false