Copper Context
JSON-LD context defining the semantic vocabulary for Copper from Copper.
44 Classes
0 Properties
2 Namespaces
Namespaces
schema:
https://schema.org/
copper:
https://api.copper.com/vocab#
Classes
Person
Company
Lead
Opportunity
Project
Task
Activity
Webhook
id
name
first_name
last_name
prefix
suffix
title
details
emails
email
phone_numbers
websites
address
street
city
state
postal_code
country
company_name
company_id
tags
monetary_value
close_date
win_probability
status
priority
due_date
completed_date
date_created
date_modified
assignee_id
pipeline_id
pipeline_stage_id
custom_fields
source_id
contact_type_id
JSON-LD Document
{
"@context": {
"@vocab": "https://api.copper.com/vocab#",
"schema": "https://schema.org/",
"copper": "https://api.copper.com/vocab#",
"Person": "schema:Person",
"Company": "schema:Organization",
"Lead": "copper:Lead",
"Opportunity": "copper:Opportunity",
"Project": "copper:Project",
"Task": "copper:Action",
"Activity": "copper:Activity",
"Webhook": "copper:Webhook",
"id": "schema:identifier",
"name": "schema:name",
"first_name": "schema:givenName",
"last_name": "schema:familyName",
"prefix": "schema:honorificPrefix",
"suffix": "schema:honorificSuffix",
"title": "schema:jobTitle",
"details": "schema:description",
"emails": "schema:email",
"email": "schema:email",
"phone_numbers": "schema:telephone",
"websites": "schema:url",
"address": "schema:address",
"street": "schema:streetAddress",
"city": "schema:addressLocality",
"state": "schema:addressRegion",
"postal_code": "schema:postalCode",
"country": "schema:addressCountry",
"company_name": "schema:worksFor",
"company_id": "copper:companyId",
"tags": "schema:keywords",
"monetary_value": "schema:price",
"close_date": "copper:closeDate",
"win_probability": "copper:winProbability",
"status": "copper:status",
"priority": "copper:priority",
"due_date": "schema:scheduledTime",
"completed_date": "copper:completedDate",
"date_created": "schema:dateCreated",
"date_modified": "schema:dateModified",
"assignee_id": "copper:assigneeId",
"pipeline_id": "copper:pipelineId",
"pipeline_stage_id": "copper:pipelineStageId",
"custom_fields": "copper:customFields",
"source_id": "copper:sourceId",
"contact_type_id": "copper:contactTypeId"
}
}