simulate.json•1.26 kB
{
"nodeType": "n8n-nodes-base.simulate",
"displayName": "Simulate",
"description": "Simulate a node",
"version": 1,
"properties": [
{
"name": "output",
"displayName": "Output",
"type": "options",
"default": "all",
"options": [
{
"name": "Returns all input items",
"value": "all"
},
{
"name": "Specify how many of input items to return",
"value": "specify"
},
{
"name": "Specify output as JSON",
"value": "custom"
}
]
},
{
"name": "numberOfItems",
"displayName": "Number of Items",
"type": "number",
"default": 1,
"description": "Number input of items to return, if greater then input length all items will be returned",
"typeOptions": {
"minValue": 1
},
"displayOptions": {
"show": {
"output": [
"specify"
]
}
}
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}