n8n-nodes-base
Version:
Base nodes of n8n
42 lines (41 loc) • 861 B
JSON
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"login": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"etag": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence_id": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 5
}