n8n-nodes-base
Version:
Base nodes of n8n
31 lines (30 loc) • 608 B
JSON
{
"type": "object",
"properties": {
"discarded": {
"type": "array",
"items": {
"type": "integer"
}
},
"invalidEmails": {
"type": "array",
"items": {
"type": "string"
}
},
"invalidVids": {
"type": "array",
"items": {
"type": "integer"
}
},
"updated": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"version": 1
}