mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-13 11:21:14 +00:00
Improve protections work
This commit is contained in:
@@ -193,7 +193,16 @@ CONF_SCHEMA = {
|
||||
'type': 'object',
|
||||
'properties': {
|
||||
'method': {'type': 'string', 'enum': AVAILABLE_PAIRLISTS},
|
||||
'config': {'type': 'object'}
|
||||
},
|
||||
'required': ['method'],
|
||||
}
|
||||
},
|
||||
'protections': {
|
||||
'type': 'array',
|
||||
'items': {
|
||||
'type': 'object',
|
||||
'properties': {
|
||||
'method': {'type': 'string', 'enum': AVAILABLE_PROTECTIONS},
|
||||
},
|
||||
'required': ['method'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user