From 532379b290169a6747a0eb41fbe846d5fbdd6be7 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Mon, 30 Aug 2021 15:05:24 +0000 Subject: [PATCH] Use direct reference to file instead of id --- hydra-node/api-log.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hydra-node/api-log.yaml b/hydra-node/api-log.yaml index 3f3a190e12c..fce6f294c07 100644 --- a/hydra-node/api-log.yaml +++ b/hydra-node/api-log.yaml @@ -216,7 +216,7 @@ definitions: type: string enum: ["ClientEvent"] clientInput: - $ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api.json#/definitions/ClientInput" + $ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/hydra-node/api.yaml#/definitions/ClientInput" - title: NetworkEvent type: object required: @@ -285,7 +285,7 @@ definitions: party: $ref: "#/definitions/Party" transaction: - $ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api.json#/definitions/Transaction" + $ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/hydra-node/api.yaml#/definitions/Transaction" - title: ReqSn type: object required: @@ -307,7 +307,7 @@ definitions: transactions: type: array items: - $ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api.json#/definitions/Transaction" + $ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/hydra-node/api.yaml#/definitions/Transaction" - title: AckSn type: object required: @@ -399,7 +399,7 @@ definitions: party: $ref: "#/definitions/Party" committed: - $ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api.json#/definitions/Utxo" + $ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/hydra-node/api.yaml#/definitions/Utxo" - title: OnAbortTx type: object required: