Less blocking logic

This commit is contained in:
Laurent Sigal
2015-12-22 18:57:25 +00:00
parent 5a08204b8d
commit a72ca3d68e
2 changed files with 5 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ MANIFEST_JSON_SCHEMA = {
'type': 'object',
'properties': {
'id': {'type': 'string'},
'always_run': {'type': 'boolean'},
'always_run': {'type': 'boolean', 'default': False},
'name': {'type': 'string'},
'description': {'type': 'string', 'default': ''},
'entry': {'type': 'string'},