mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-26 21:26:17 +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: {
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user