Skip to content

Commit

Permalink
schema: add stdin in execute
Browse files Browse the repository at this point in the history
  • Loading branch information
seirl committed Mar 26, 2017
1 parent 72798c7 commit 11af6bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion camisole/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
},
'execute': {
'type': 'object',
'properties': ISOLATE_OPTS_PROPERTIES,
'properties': {
'stdin': {'type': 'string'},
**ISOLATE_OPTS_PROPERTIES,
}
},
'tests': {
'type': 'array',
Expand Down

0 comments on commit 11af6bb

Please sign in to comment.