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 Nov 8, 2024
1 parent 1166a59 commit 1e67254
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
16 changes: 11 additions & 5 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,12 +682,18 @@
},
"exit_fill": {
"description": "Telegram setting for exit fill signals.",
"type": "string",
"enum": [
"on",
"off",
"silent"
"type": [
"string",
"object"
],
"additionalProperties": {
"type": "string",
"enum": [
"on",
"off",
"silent"
]
},
"default": "on"
},
"exit_cancel": {
Expand Down
16 changes: 11 additions & 5 deletions schema/schema_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,12 +682,18 @@
},
"exit_fill": {
"description": "Telegram setting for exit fill signals.",
"type": "string",
"enum": [
"on",
"off",
"silent"
"type": [
"string",
"object"
],
"additionalProperties": {
"type": "string",
"enum": [
"on",
"off",
"silent"
]
},
"default": "on"
},
"exit_cancel": {
Expand Down

0 comments on commit 1e67254

Please sign in to comment.