Skip to content

Commit

Permalink
name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp2121 committed Nov 14, 2024
1 parent 9c0bf4b commit 88346d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/requests/submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ components:
propertyName: TransactionType
mapping:
Payment: '../transactions/payment.yaml#/components/schemas/PaymentTransactionV1'
OracleSet: '../transactions/oracle_set.yaml#/components/schemas/OracleSet'
OracleSet: '../transactions/oracle_set.yaml#/components/schemas/OracleSetTransaction'
# TODO: Add other transaction types here
oneOf:
- $ref: '../transactions/payment.yaml#/components/schemas/PaymentTransactionV1'
Expand Down
2 changes: 1 addition & 1 deletion shared/transactions/oracle_set.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
components:
schemas:
OracleSet:
OracleSetTransaction:
$id: OracleSet
type: object
required:
Expand Down

0 comments on commit 88346d7

Please sign in to comment.