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