We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c62e6 commit 8fef102Copy full SHA for 8fef102
hydra-node/json-schemas/api.yaml
@@ -2971,9 +2971,18 @@ components:
2971
type: object
2972
items:
2973
oneof:
2974
- - $ref: "api.yaml#/components/schemas/UTxO"
+ - $ref: "api.yaml#/components/schemas/SimpleCommitRequest"
2975
- $ref: "api.yaml#/components/schemas/FullCommitRequest"
2976
2977
+ SimpleCommitRequest:
2978
+ type: object
2979
+ required:
2980
+ - utxoToCommit
2981
+ properties:
2982
+ utxoToCommit:
2983
+ $ref: "api.yaml#/components/schemas/UTxO"
2984
+ amount:
2985
+ $ref: "api.yaml#/components/schemas/Coin"
2986
FullCommitRequest:
2987
2988
required:
0 commit comments