{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "hcp": "https://api.housecallpro.com/vocab#", "id": "@id", "type": "@type", "Customer": "schema:Person", "Employee": "schema:Employee", "Job": "hcp:Job", "Estimate": "schema:Quotation", "Invoice": "schema:Invoice", "Payment": "schema:PaymentChargeSpecification", "Webhook": "hcp:Webhook", "first_name": "schema:givenName", "last_name": "schema:familyName", "email": "schema:email", "mobile_number": "schema:telephone", "company": "schema:worksFor", "addresses": "schema:address", "street": "schema:streetAddress", "city": "schema:addressLocality", "state": "schema:addressRegion", "zip": "schema:postalCode", "country": "schema:addressCountry", "work_status": "hcp:workStatus", "schedule": "hcp:schedule", "scheduled_start": "schema:startDate", "scheduled_end": "schema:endDate", "total_amount": "schema:totalPrice", "outstanding_balance": "hcp:outstandingBalance", "assigned_employees": "hcp:assignedEmployees", "customer_id": "hcp:customer", "job_id": "hcp:job", "invoice_number": "schema:identifier", "estimate_number": "schema:identifier", "approval_status": "hcp:approvalStatus", "payment_method": "schema:paymentMethod", "created_at": "schema:dateCreated", "updated_at": "schema:dateModified" } }