Skip to content

Commit 985fbbe

Browse files
authored
fix go fast fee camel to snake case (#1537)
1 parent 3a8b0eb commit 985fbbe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/swagger.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2895,22 +2895,22 @@ components:
28952895
description: Go fast Fee
28962896
type: object
28972897
properties:
2898-
feeAsset:
2898+
fee_asset:
28992899
$ref: '#/components/schemas/Asset'
29002900
required: true
2901-
bpsFee:
2901+
bps_fee:
29022902
type: string
2903-
bpsFeeAmount:
2903+
bps_fee_amount:
29042904
type: string
2905-
bpsFeeUsd:
2905+
bps_fee_usd:
29062906
type: string
2907-
sourceChainFeeAmount:
2907+
source_chain_fee_amount:
29082908
type: string
2909-
sourceChainFeeUsd:
2909+
source_chain_fee_usd:
29102910
type: string
2911-
destinationChainFeeAmount:
2911+
destination_chain_fee_amount:
29122912
type: string
2913-
destinationChainFeeUsd:
2913+
destination_chain_fee_usd:
29142914
type: string
29152915
GRPCStatusCode:
29162916
description: grpc status codes as defined [here](https://grpc.github.io/grpc/core/md_doc_statuscodes.html)

0 commit comments

Comments
 (0)