Skip to content

Commit

Permalink
Update schema.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored and freqtrade-bot committed Feb 1, 2025
1 parent 6febac9 commit d105832
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"description": "The timeframe to use (e.g `1m`, `5m`, `15m`, `30m`, `1h` ...). \nUsually specified in the strategy and missing in the configuration.",
"type": "string"
},
"proxy_coin": {
"description": "Proxy coin - must be used for specific futures modes (e.g. BNFCR)",
"type": "string"
},
"stake_currency": {
"description": "Currency used for staking.",
"type": "string"
Expand Down Expand Up @@ -975,7 +979,7 @@
"type": "string"
}
},
"x": {
"verbosity": {
"description": "Logging verbosity level.",
"type": "string",
"enum": [
Expand Down Expand Up @@ -1051,7 +1055,6 @@
"enum": [
"json",
"jsongz",
"hdf5",
"feather",
"parquet"
],
Expand All @@ -1063,7 +1066,6 @@
"enum": [
"json",
"jsongz",
"hdf5",
"feather",
"parquet"
],
Expand Down

0 comments on commit d105832

Please sign in to comment.