mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-10 21:15:08 +00:00
allow name, options for node + custom node types
This commit is contained in:
parent
e219ebfc79
commit
16d4367741
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user