{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "unified": "https://raw.githubusercontent.com/api-evangelist/unified-to/refs/heads/main/json-ld/unified-to-context.jsonld#", "Connection": { "@id": "unified:Connection", "@type": "schema:SoftwareApplication" }, "Integration": { "@id": "unified:Integration", "@type": "schema:SoftwareApplication" }, "CrmContact": { "@id": "unified:CrmContact", "@type": "schema:Person" }, "CrmCompany": { "@id": "unified:CrmCompany", "@type": "schema:Organization" }, "CrmDeal": { "@id": "unified:CrmDeal", "@type": "schema:Offer" }, "HrisEmployee": { "@id": "unified:HrisEmployee", "@type": "schema:Person" }, "AtsJob": { "@id": "unified:AtsJob", "@type": "schema:JobPosting" }, "AtsCandidate": { "@id": "unified:AtsCandidate", "@type": "schema:Person" }, "AccountingInvoice": { "@id": "unified:AccountingInvoice", "@type": "schema:Invoice" }, "TicketingTicket": { "@id": "unified:TicketingTicket", "@type": "schema:SupportCase" }, "CommerceOrder": { "@id": "unified:CommerceOrder", "@type": "schema:Order" }, "CommerceItem": { "@id": "unified:CommerceItem", "@type": "schema:Product" }, "CalendarEvent": { "@id": "unified:CalendarEvent", "@type": "schema:Event" }, "MessagingMessage": { "@id": "unified:MessagingMessage", "@type": "schema:Message" }, "PaymentPayment": { "@id": "unified:PaymentPayment", "@type": "schema:PaymentStatusType" }, "connectionId": { "@id": "unified:connectionId", "@type": "xsd:string" }, "workspaceId": { "@id": "unified:workspaceId", "@type": "xsd:string" }, "integrationType": { "@id": "unified:integrationType", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "email": { "@id": "schema:email", "@type": "xsd:string" }, "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" }, "updatedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" }, "id": { "@id": "schema:identifier", "@type": "xsd:string" }, "amount": { "@id": "schema:price", "@type": "xsd:decimal" }, "currency": { "@id": "schema:priceCurrency", "@type": "xsd:string" } } }