allow name, options for node + custom node types

This commit is contained in:
oleg 2016-03-09 21:51:34 +03:00
parent e219ebfc79
commit 16d4367741

View File

@ -19,8 +19,10 @@ module.exports = function(config, callback) {
items: {
type: 'object',
properties: {
type: {type: 'string', enum: ['local']},
maxExecutorsCount: {type: 'integer'}
name: {type: 'string'},
type: {type: 'string'},
maxExecutorsCount: {type: 'integer'},
options: {type: 'object'}
}
},
minItems: 1