n8n-nodes-base
Version:
Base nodes of n8n
42 lines (41 loc) • 821 B
JSON
{
"type": "object",
"properties": {
"custom_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"notes": {
"type": "array",
"items": {
"type": "string"
}
},
"owner": {
"type": "object",
"properties": {
"id": {
"type": "integer"
}
}
},
"result_score": {
"type": "number"
},
"type": {
"type": "string"
},
"visible_to": {
"type": "integer"
}
},
"version": 3
}