Skip to content

Commit

Permalink
schema: add fatal and all_fatal options
Browse files Browse the repository at this point in the history
  • Loading branch information
seirl committed Apr 15, 2017
1 parent 5138684 commit 19d7187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions camisole/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'properties': {
'lang': {'type': 'string'},
'source': {'type': 'string'},
'all_fatal': {'type': 'bool'},
'compile': {
'type': 'object',
'properties': ISOLATE_OPTS_PROPERTIES,
Expand All @@ -35,6 +36,7 @@
'type': 'object',
'properties': {
'name': {'type': 'string'},
'fatal': {'type': 'bool'},
**EXECUTE_PROPERTIES,
},
},
Expand Down

0 comments on commit 19d7187

Please sign in to comment.