Fixed typo in discovery.py
Replaced "additonalProperties" with "additionalProperties"
Change-Id: I550f0d49bf1a55b6b4b02a0c3a449725c25f63e3
(cherry picked from commit 2ae69b51fa
)
This commit is contained in:
parent
eed2a8aeb7
commit
d0be1beded
@ -184,7 +184,7 @@ _USAGE_SCHEMA = {
|
||||
'additionalProperties': True,
|
||||
'validation_data': {
|
||||
'type': 'object',
|
||||
'additonalProperties': False,
|
||||
'additionalProperties': False,
|
||||
'properties': {
|
||||
'usage': {'type': 'integer'},
|
||||
'limit': {'type': 'integer'},
|
||||
|
Loading…
Reference in New Issue
Block a user