n8n-nodes-base
Version:
Base nodes of n8n
30 lines (29 loc) • 587 B
JSON
{
"type": "object",
"properties": {
"createdOn": {
"type": "string"
},
"fieldData": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"lastUpdated": {
"type": "string"
}
},
"version": 1
}