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