diff --git a/pillar/api/eve_settings.py b/pillar/api/eve_settings.py index 6c93c5c6..ba775537 100644 --- a/pillar/api/eve_settings.py +++ b/pillar/api/eve_settings.py @@ -121,12 +121,6 @@ users_schema = { 'service': { 'type': 'dict', 'allow_unknown': True, - 'schema': { - 'badger': { - 'type': 'list', - 'schema': {'type': 'string'} - } - } }, # Properties defined by extensions. Extensions should use their name (see the