Minor fixups

This commit is contained in:
Anthony Sottile 2015-11-23 12:19:02 -08:00
parent 7c8272da77
commit de2ead13a1
4 changed files with 12 additions and 7 deletions

View file

@ -41,8 +41,8 @@ CONFIG_JSON_SCHEMA = {
},
'additional_dependencies': {
'type': 'array',
'items': {'type': 'string'}
}
'items': {'type': 'string'},
},
},
'required': ['id'],
}

View file

@ -38,6 +38,10 @@ MANIFEST_JSON_SCHEMA = {
'type': 'string',
},
},
'additional_dependencies': {
'type': 'array',
'items': {'type': 'string'},
},
},
'required': ['id', 'name', 'entry', 'language', 'files'],
},