HubSpot · JSON-LD Context
Hubspot Conversations Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Conversations Api from HubSpot.
17 Classes
40 Properties
4 Namespaces
Namespaces
hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Inbox
InboxCollection
Thread
ThreadCollection
Message
MessageStatus
MessageCollection
Actor
ActorCollection
Attachment
Channel
ChannelCollection
SendMessageRequest
MessageRecipient
UpdateThreadRequest
Paging
PagingNext
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| name | ||
| type | string | |
| createdAt | dateTime | |
| updatedAt | dateTime | |
| archived | boolean | |
| results | reference | set |
| total | integer | |
| paging | reference | |
| inboxId | string | |
| status | string | |
| spam | boolean | |
| associatedContactId | string | |
| assignedTo | string | |
| originalChannelId | string | |
| originalChannelAccountId | string | |
| latestMessageTimestamp | dateTime | |
| latestMessageSentTimestamp | dateTime | |
| latestMessageReceivedTimestamp | dateTime | |
| closedAt | dateTime | |
| text | string | |
| richText | string | |
| direction | string | |
| channelId | string | |
| channelAccountId | string | |
| senders | reference | set |
| recipients | reference | set |
| truncationStatus | string | |
| attachments | reference | set |
| statusType | string | |
| actorId | string | |
| url | ||
| filename | string | |
| size | integer | |
| accountId | string | |
| senderActorId | string | |
| next | reference | |
| after | string | |
| link | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"hubspot": "https://developers.hubspot.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Inbox": "hubspot:Inbox",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"type": {
"@id": "hubspot:type",
"@type": "xsd:string"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "hubspot:updatedAt",
"@type": "xsd:dateTime"
},
"archived": {
"@id": "hubspot:archived",
"@type": "xsd:boolean"
},
"InboxCollection": "hubspot:InboxCollection",
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"total": {
"@id": "hubspot:total",
"@type": "xsd:integer"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"Thread": "hubspot:Thread",
"inboxId": {
"@id": "hubspot:inboxId",
"@type": "xsd:string"
},
"status": {
"@id": "hubspot:status",
"@type": "xsd:string"
},
"spam": {
"@id": "hubspot:spam",
"@type": "xsd:boolean"
},
"associatedContactId": {
"@id": "hubspot:associatedContactId",
"@type": "xsd:string"
},
"assignedTo": {
"@id": "hubspot:assignedTo",
"@type": "xsd:string"
},
"originalChannelId": {
"@id": "hubspot:originalChannelId",
"@type": "xsd:string"
},
"originalChannelAccountId": {
"@id": "hubspot:originalChannelAccountId",
"@type": "xsd:string"
},
"latestMessageTimestamp": {
"@id": "hubspot:latestMessageTimestamp",
"@type": "xsd:dateTime"
},
"latestMessageSentTimestamp": {
"@id": "hubspot:latestMessageSentTimestamp",
"@type": "xsd:dateTime"
},
"latestMessageReceivedTimestamp": {
"@id": "hubspot:latestMessageReceivedTimestamp",
"@type": "xsd:dateTime"
},
"closedAt": {
"@id": "hubspot:closedAt",
"@type": "xsd:dateTime"
},
"ThreadCollection": "hubspot:ThreadCollection",
"Message": "hubspot:Message",
"text": {
"@id": "hubspot:text",
"@type": "xsd:string"
},
"richText": {
"@id": "hubspot:richText",
"@type": "xsd:string"
},
"direction": {
"@id": "hubspot:direction",
"@type": "xsd:string"
},
"channelId": {
"@id": "hubspot:channelId",
"@type": "xsd:string"
},
"channelAccountId": {
"@id": "hubspot:channelAccountId",
"@type": "xsd:string"
},
"senders": {
"@id": "hubspot:senders",
"@container": "@set",
"@type": "@id"
},
"recipients": {
"@id": "hubspot:recipients",
"@container": "@set",
"@type": "@id"
},
"truncationStatus": {
"@id": "hubspot:truncationStatus",
"@type": "xsd:string"
},
"attachments": {
"@id": "hubspot:attachments",
"@container": "@set",
"@type": "@id"
},
"MessageStatus": "hubspot:MessageStatus",
"statusType": {
"@id": "hubspot:statusType",
"@type": "xsd:string"
},
"MessageCollection": "hubspot:MessageCollection",
"Actor": "hubspot:Actor",
"actorId": {
"@id": "hubspot:actorId",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email"
},
"ActorCollection": "hubspot:ActorCollection",
"Attachment": "hubspot:Attachment",
"url": {
"@id": "schema:url"
},
"filename": {
"@id": "hubspot:filename",
"@type": "xsd:string"
},
"size": {
"@id": "hubspot:size",
"@type": "xsd:integer"
},
"Channel": "hubspot:Channel",
"accountId": {
"@id": "hubspot:accountId",
"@type": "xsd:string"
},
"ChannelCollection": "hubspot:ChannelCollection",
"SendMessageRequest": "hubspot:SendMessageRequest",
"senderActorId": {
"@id": "hubspot:senderActorId",
"@type": "xsd:string"
},
"MessageRecipient": "hubspot:MessageRecipient",
"UpdateThreadRequest": "hubspot:UpdateThreadRequest",
"Paging": "hubspot:Paging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
},
"PagingNext": "hubspot:PagingNext",
"after": {
"@id": "hubspot:after",
"@type": "xsd:string"
},
"link": {
"@id": "hubspot:link",
"@type": "xsd:string"
}
}
}