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: { items: {
type: 'object', type: 'object',
properties: { properties: {
type: {type: 'string', enum: ['local']}, name: {type: 'string'},
maxExecutorsCount: {type: 'integer'} type: {type: 'string'},
maxExecutorsCount: {type: 'integer'},
options: {type: 'object'}
} }
}, },
minItems: 1 minItems: 1