Unified.to · JSON-LD Context
Unified To Context
JSON-LD context defining the semantic vocabulary for Unified To from Unified.to.
0 Classes
25 Properties
3 Namespaces
Namespaces
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#
Properties
| Property | Type | Container |
|---|---|---|
| Connection | schema:SoftwareApplication | |
| Integration | schema:SoftwareApplication | |
| CrmContact | schema:Person | |
| CrmCompany | schema:Organization | |
| CrmDeal | schema:Offer | |
| HrisEmployee | schema:Person | |
| AtsJob | schema:JobPosting | |
| AtsCandidate | schema:Person | |
| AccountingInvoice | schema:Invoice | |
| TicketingTicket | schema:SupportCase | |
| CommerceOrder | schema:Order | |
| CommerceItem | schema:Product | |
| CalendarEvent | schema:Event | |
| MessagingMessage | schema:Message | |
| PaymentPayment | schema:PaymentStatusType | |
| connectionId | string | |
| workspaceId | string | |
| integrationType | string | |
| name | string | |
| string | ||
| createdAt | dateTime | |
| updatedAt | dateTime | |
| id | string | |
| amount | decimal | |
| currency | string |
JSON-LD Document
{
"@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"
}
}
}