n8n-nodes-base
Version:
Base nodes of n8n
209 lines (208 loc) • 8.85 kB
JSON
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"email": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"notFound": {
"type": "boolean"
},
"status": {
"type": "string"
}
}
},
"linkedin": {
"type": "object",
"properties": {
"companyDescription": {
"type": "string"
},
"companyDomain": {
"type": "string"
},
"companyHeadQuarter": {
"type": "string"
},
"companyIndustry": {
"type": "string"
},
"companyLinkedinUrl": {
"type": "string"
},
"companyLogo": {
"type": "string"
},
"companyName": {
"type": "string"
},
"companyType": {
"type": "string"
},
"firstName": {
"type": "string"
},
"industry": {
"type": "string"
},
"languages": {
"type": "string"
},
"lastName": {
"type": "string"
},
"linkedinClassicId": {
"type": "string"
},
"linkedinMemberId": {
"type": "integer"
},
"linkedinUrl": {
"type": "string"
},
"locationName": {
"type": "string"
},
"occupation": {
"type": "string"
},
"picture": {
"type": "string"
},
"positionGroups": {
"type": "array",
"items": {
"type": "object",
"properties": {
"company": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"domain": {
"type": "string"
},
"employeesOnLinkedin": {
"type": "integer"
},
"foundedOn": {
"type": "integer"
},
"industry": {
"type": "string"
},
"linkedinUrlSalesNav": {
"type": "string"
},
"name": {
"type": "string"
},
"size": {
"type": "string"
},
"tagline": {
"type": "string"
},
"type": {
"type": "string"
},
"website": {
"type": "string"
}
}
},
"date": {
"type": "object",
"properties": {
"start": {
"type": "object",
"properties": {
"month": {
"type": "integer"
},
"year": {
"type": "integer"
}
}
}
}
},
"profilePositions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"date": {
"type": "object",
"properties": {
"start": {
"type": "object",
"properties": {
"month": {
"type": "integer"
},
"year": {
"type": "integer"
}
}
}
}
},
"title": {
"type": "string"
}
}
}
}
}
}
},
"skills": {
"type": "string"
},
"tagline": {
"type": "string"
}
}
}
}
},
"enrichmentId": {
"type": "string"
},
"enrichmentStatus": {
"type": "string"
},
"input": {
"type": "object",
"properties": {
"companyDomain": {
"type": "string"
},
"companyName": {
"type": "string"
},
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"linkedinUrl": {
"type": "string"
}
}
}
},
"version": 4
}