Merge "Fixed typo in discovery.py"

This commit is contained in:
Zuul 2024-09-09 13:15:29 +00:00 committed by Gerrit Code Review
commit c1b6f06276

View File

@ -199,7 +199,7 @@ _USAGE_SCHEMA = {
'additionalProperties': True,
'validation_data': {
'type': 'object',
'additonalProperties': False,
'additionalProperties': False,
'properties': {
'usage': {'type': 'integer'},
'limit': {'type': 'integer'},