Add types to manifests, make it and files optional

This commit is contained in:
Chris Kuehl 2016-01-06 16:49:42 -08:00 committed by Chris Kuehl
parent cebba0404d
commit a4e9394cc7
3 changed files with 18 additions and 5 deletions

View file

@ -44,6 +44,10 @@ CONFIG_JSON_SCHEMA = {
'type': 'array',
'items': {'type': 'string'},
},
'types': {
'type': 'array',
'items': {'type': 'string'}
},
},
'required': ['id'],
}