Skip to content

parameterSet

Lexicon: eco.wonderland.workcell.asset.configuration.defs
Type: object

Set of parameters.

Type: string

Name of the parameter set if more than one exists.

Type: [ parameter ]
Required

{
"type": "object",
"required": [
"parameters"
],
"properties": {
"name": {
"type": "string"
},
"parameters": {
"type": "array",
"minLength": 1,
"items": {
"type": "ref",
"ref": "#parameter"
}
}
}
}
© Lookinglass 2026