n8n-nodes-base
Version:
Base nodes of n8n
47 lines (46 loc) • 971 B
JSON
{
"type": "object",
"properties": {
"archivedAt": {
"type": "null"
},
"createdAt": {
"type": "string"
},
"creator": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"id": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"identifier": {
"type": "string"
},
"priority": {
"type": "integer"
},
"state": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"title": {
"type": "string"
}
},
"version": 1
}