n8n-nodes-base
Version:
Base nodes of n8n
31 lines (30 loc) • 597 B
JSON
{
"type": "object",
"properties": {
"state": {
"type": "string"
},
"sys_class_name": {
"type": "string"
},
"sys_created_by": {
"type": "string"
},
"sys_created_on": {
"type": "string"
},
"sys_mod_count": {
"type": "string"
},
"sys_tags": {
"type": "string"
},
"sys_updated_by": {
"type": "string"
},
"sys_updated_on": {
"type": "string"
}
},
"version": 4
}