Skip to content

Commit

Permalink
required field to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeom committed Nov 11, 2024
1 parent 2bb463c commit a27c2d5
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ components:
- $ref: "#/components/schemas/TxTypeFeeDelegatedCancel"
- $ref: "#/components/schemas/TxTypeFeeDelegatedCancelWithRatio"


TxTypeLegacyTransaction:
title: TxTypeLegacyTransaction
type: object
Expand Down Expand Up @@ -254,8 +253,7 @@ components:
- value
- input
- feePayer
description:
Fee delegating version of TxTypeValueTransferMemo. For more information, see TxTypeFeeDelegatedValueTransferMemo.
description: Fee delegating version of TxTypeValueTransferMemo. For more information, see TxTypeFeeDelegatedValueTransferMemo.
properties:
typeInt:
type: number
Expand Down Expand Up @@ -477,7 +475,6 @@ components:
required:
- typeInt
- from
- to
- value
- input
- humanReadable
Expand Down Expand Up @@ -528,7 +525,6 @@ components:
required:
- typeInt
- from
- to
- value
- input
- humanReadable
Expand Down Expand Up @@ -586,7 +582,6 @@ components:
required:
- typeInt
- from
- to
- value
- input
- humanReadable
Expand Down

0 comments on commit a27c2d5

Please sign in to comment.