n8n-nodes-base
Version:
Base nodes of n8n
36 lines (35 loc) • 814 B
JSON
{
"type": "object",
"properties": {
"debug": {
"type": "string"
},
"messages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"parts": {
"type": "integer"
},
"sender": {
"type": "string"
},
"success": {
"type": "boolean"
},
"udh": {
"type": "null"
}
}
}
},
"sms_type": {
"type": "string"
},
"success": {
"type": "string"
}
},
"version": 3
}