Adapt · JSON-LD Context
Adapt Io Context
JSON-LD context defining the semantic vocabulary for Adapt Io from Adapt.
0 Classes
3 Properties
4 Namespaces
Namespaces
adapt:
https://api.adapt.io/v3/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
dcterms:
http://purl.org/dc/terms/
Properties
| Property | Type | Container |
|---|---|---|
| Contact | ||
| Company | ||
| ContactSearchRequest |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"@vocab": "https://schema.org/",
"adapt": "https://api.adapt.io/v3/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcterms": "http://purl.org/dc/terms/",
"Contact": {
"@id": "adapt:Contact",
"@context": {
"id": { "@id": "adapt:Contact/id", "@type": "xsd:string" },
"email": { "@id": "schema:email", "@type": "xsd:string" },
"firstName": { "@id": "schema:givenName", "@type": "xsd:string" },
"lastName": { "@id": "schema:familyName", "@type": "xsd:string" },
"title": { "@id": "schema:jobTitle", "@type": "xsd:string" },
"department": { "@id": "adapt:Contact/department", "@type": "xsd:string" },
"level": { "@id": "adapt:Contact/level", "@type": "xsd:string" },
"city": { "@id": "schema:addressLocality", "@type": "xsd:string" },
"state": { "@id": "schema:addressRegion", "@type": "xsd:string" },
"country": { "@id": "schema:addressCountry", "@type": "xsd:string" },
"phoneNumber": { "@id": "schema:telephone", "@container": "@list" },
"linkedinURL": { "@id": "schema:sameAs", "@type": "@id" },
"emailDeliverabilityScore": { "@id": "adapt:Contact/emailDeliverabilityScore", "@type": "xsd:integer" },
"company": { "@id": "schema:worksFor", "@type": "adapt:Company" }
}
},
"Company": {
"@id": "adapt:Company",
"@context": {
"name": { "@id": "schema:legalName", "@type": "xsd:string" },
"website": { "@id": "schema:url", "@type": "@id" },
"domain": { "@id": "adapt:Company/domain", "@type": "xsd:string" },
"phoneNumber": { "@id": "schema:telephone", "@type": "xsd:string" },
"industry": { "@id": "schema:industry", "@type": "xsd:string" },
"subIndustry": { "@id": "adapt:Company/subIndustry", "@type": "xsd:string" },
"headCount": { "@id": "schema:numberOfEmployees", "@type": "xsd:string" },
"revenue": { "@id": "adapt:Company/revenue", "@type": "xsd:string" },
"city": { "@id": "schema:addressLocality", "@type": "xsd:string" },
"state": { "@id": "schema:addressRegion", "@type": "xsd:string" },
"country": { "@id": "schema:addressCountry", "@type": "xsd:string" },
"numberOfContacts": { "@id": "adapt:Company/numberOfContacts", "@type": "xsd:integer" }
}
},
"ContactSearchRequest": {
"@id": "adapt:ContactSearchRequest",
"@context": {
"title": { "@id": "adapt:ContactSearchRequest/title", "@container": "@list" },
"department": { "@id": "adapt:ContactSearchRequest/department", "@container": "@list" },
"level": { "@id": "adapt:ContactSearchRequest/level", "@container": "@list" },
"technology": { "@id": "adapt:ContactSearchRequest/technology", "@container": "@list" },
"limit": { "@id": "adapt:ContactSearchRequest/limit", "@type": "xsd:integer" },
"cursorMark": { "@id": "adapt:ContactSearchRequest/cursorMark", "@type": "xsd:string" }
}
}
}
}