Skip to content

Commit

Permalink
Update schema references to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Feb 4, 2025
1 parent 09cd097 commit 35403fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/client-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ components:
NetworkMagic:
$ref: "https://raw.githubusercontent.com/CardanoSolutions/cardanonical/refs/heads/main/cardano.json#definitions/NetworkMagic"
HydraVersion:
$ref: "https://raw.githubusercontent.com/cardano-scaling/hydra/http-chain-observer/hydra-node/json-schemas/common.yaml#definitions/HydraVersion"
$ref: "https://raw.githubusercontent.com/cardano-scaling/hydra/master/hydra-node/json-schemas/common.yaml#definitions/HydraVersion"
HeadState:
type: object
required:
Expand Down
6 changes: 3 additions & 3 deletions api/observer-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ components:
NetworkMagic:
$ref: "https://raw.githubusercontent.com/CardanoSolutions/cardanonical/refs/heads/main/cardano.json#definitions/NetworkMagic"
HydraVersion:
$ref: "https://raw.githubusercontent.com/cardano-scaling/hydra/http-chain-observer/hydra-node/json-schemas/common.yaml#definitions/HydraVersion"
$ref: "https://raw.githubusercontent.com/cardano-scaling/hydra/master/hydra-node/json-schemas/common.yaml#definitions/HydraVersion"
Observation:
type: object
properties:
point:
$ref: "https://raw.githubusercontent.com/cardano-scaling/hydra/json-schema-update/hydra-node/json-schemas/common.yaml#definitions/ChainPoint"
$ref: "https://raw.githubusercontent.com/cardano-scaling/hydra/master/hydra-node/json-schemas/common.yaml#definitions/ChainPoint"
blockNo:
type: integer
observedTx:
$ref: "https://raw.githubusercontent.com/cardano-scaling/hydra/json-schema-update/hydra-node/json-schemas/common.yaml#definitions/OnChainTx"
$ref: "https://raw.githubusercontent.com/cardano-scaling/hydra/master/hydra-node/json-schemas/common.yaml#definitions/OnChainTx"

0 comments on commit 35403fe

Please sign in to comment.