merge:
https://api.merge.dev/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
{
"@context": {
"@version": 1.1,
"merge": "https://api.merge.dev/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"CRMAccount": "merge:CRMAccount",
"CRMContact": "merge:CRMContact",
"Lead": "merge:Lead",
"Opportunity": "merge:Opportunity",
"Engagement": "merge:Engagement",
"Note": "merge:Note",
"Stage": "merge:Stage",
"id": { "@id": "dcterms:identifier", "@type": "xsd:string" },
"name": { "@id": "schema:name", "@type": "xsd:string" },
"description": { "@id": "schema:description", "@type": "xsd:string" },
"industry": { "@id": "merge:industry", "@type": "xsd:string" },
"website": { "@id": "schema:url", "@type": "@id" },
"numberOfEmployees": { "@id": "schema:numberOfEmployees", "@type": "xsd:integer" },
"owner": { "@id": "merge:owner", "@type": "@id" },
"firstName": { "@id": "schema:givenName", "@type": "xsd:string" },
"lastName": { "@id": "schema:familyName", "@type": "xsd:string" },
"account": { "@id": "merge:account", "@type": "@id" },
"leadSource": { "@id": "merge:lead_source", "@type": "xsd:string" },
"amount": { "@id": "merge:amount", "@type": "xsd:integer" },
"stage": { "@id": "merge:stage", "@type": "@id" },
"status": { "@id": "merge:status", "@type": "xsd:string" },
"closeDate": { "@id": "merge:close_date", "@type": "xsd:dateTime" },
"content": { "@id": "merge:content", "@type": "xsd:string" },
"subject": { "@id": "merge:subject", "@type": "xsd:string" },
"direction": { "@id": "merge:direction", "@type": "xsd:string" },
"lastActivityAt": { "@id": "merge:last_activity_at", "@type": "xsd:dateTime" },
"createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
"modifiedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" },
"remoteWasDeleted": { "@id": "merge:remote_was_deleted", "@type": "xsd:boolean" }
}
}