enter_tag can be used to determine roi

This commit is contained in:
Sam Germain
2022-04-03 02:41:29 -06:00
parent 9029833c8c
commit 0310d1cdf2
5 changed files with 57 additions and 17 deletions

View File

@@ -138,7 +138,7 @@ CONF_SCHEMA = {
'minimal_roi': {
'type': 'object',
'patternProperties': {
'^[0-9.]+$': {'type': 'number'}
'^[0-9a-zA-Z.]+$': {'type': ['number', 'dict']}
},
'minProperties': 1
},