n8n-nodes-base
Version:
Base nodes of n8n
45 lines (44 loc) • 1.01 kB
JSON
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"createdAt": {
"type": "string"
},
"id": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"createdate": {
"type": "string"
},
"dealname": {
"type": "string"
},
"dealstage": {
"type": "string"
},
"hs_lastmodifieddate": {
"type": "string"
},
"hs_object_id": {
"type": "string"
},
"pipeline": {
"type": "string"
}
}
},
"updatedAt": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 2
}