{ "@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" } }