n8n-nodes-base
Version:
Base nodes of n8n
112 lines (111 loc) • 3.37 kB
JSON
{
"type": "object",
"properties": {
"opportunity": {
"type": "object",
"properties": {
"contact": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"followers": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"phone": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"contactId": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"followers": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "string"
},
"internalSource": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string"
},
"channel": {
"type": "string"
},
"id": {
"type": "string"
},
"source": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"isAttribute": {
"type": "boolean"
},
"lastActionDate": {
"type": "string"
},
"lastStageChangeAt": {
"type": "string"
},
"lastStatusChangeAt": {
"type": "string"
},
"locationId": {
"type": "string"
},
"monetaryValue": {
"type": "integer"
},
"name": {
"type": "string"
},
"pipelineId": {
"type": "string"
},
"pipelineStageId": {
"type": "string"
},
"status": {
"type": "string"
},
"updatedAt": {
"type": "string"
}
}
},
"traceId": {
"type": "string"
}
},
"version": 1
}