Chatwoot · JSON-LD Context
Chatwoot Context
JSON-LD context defining the semantic vocabulary for Chatwoot from Chatwoot.
2 Classes
47 Properties
3 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
chatwoot:
https://www.chatwoot.com/vocabulary#
Classes
id
type
Properties
| Property | Type | Container |
|---|---|---|
| Account | reference | |
| Agent | reference | |
| Contact | reference | |
| Conversation | reference | |
| Message | reference | |
| Inbox | reference | |
| Team | reference | |
| Label | reference | |
| Webhook | reference | |
| AutomationRule | reference | |
| CannedResponse | reference | |
| CustomAttribute | reference | |
| Portal | reference | |
| Article | reference | |
| Category | reference | |
| AgentBot | reference | |
| account_id | integer | |
| name | string | |
| string | ||
| phone_number | string | |
| description | string | |
| avatar_url | reference | |
| created_at | dateTime | |
| updated_at | dateTime | |
| status | string | |
| content | string | |
| inbox_id | integer | |
| conversation_id | integer | |
| channel_type | string | |
| assignee_id | integer | |
| team_id | integer | |
| role | string | |
| availability_status | string | |
| message_type | integer | |
| private | boolean | |
| labels | set | |
| identifier | string | |
| webhook_url | reference | |
| short_code | string | |
| title | string | |
| author_id | integer | |
| category_id | integer | |
| slug | string | |
| location | string | |
| uid | string | |
| unread_count | integer | |
| messages_count | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"chatwoot": "https://www.chatwoot.com/vocabulary#",
"id": "@id",
"type": "@type",
"Account": {
"@id": "chatwoot:Account",
"@type": "@id"
},
"Agent": {
"@id": "chatwoot:Agent",
"@type": "@id"
},
"Contact": {
"@id": "chatwoot:Contact",
"@type": "@id"
},
"Conversation": {
"@id": "chatwoot:Conversation",
"@type": "@id"
},
"Message": {
"@id": "chatwoot:Message",
"@type": "@id"
},
"Inbox": {
"@id": "chatwoot:Inbox",
"@type": "@id"
},
"Team": {
"@id": "chatwoot:Team",
"@type": "@id"
},
"Label": {
"@id": "chatwoot:Label",
"@type": "@id"
},
"Webhook": {
"@id": "chatwoot:Webhook",
"@type": "@id"
},
"AutomationRule": {
"@id": "chatwoot:AutomationRule",
"@type": "@id"
},
"CannedResponse": {
"@id": "chatwoot:CannedResponse",
"@type": "@id"
},
"CustomAttribute": {
"@id": "chatwoot:CustomAttribute",
"@type": "@id"
},
"Portal": {
"@id": "chatwoot:Portal",
"@type": "@id"
},
"Article": {
"@id": "chatwoot:Article",
"@type": "@id"
},
"Category": {
"@id": "chatwoot:Category",
"@type": "@id"
},
"AgentBot": {
"@id": "chatwoot:AgentBot",
"@type": "@id"
},
"account_id": {
"@id": "chatwoot:accountId",
"@type": "xsd:integer"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"phone_number": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"avatar_url": {
"@id": "schema:image",
"@type": "@id"
},
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"status": {
"@id": "chatwoot:status",
"@type": "xsd:string"
},
"content": {
"@id": "schema:text",
"@type": "xsd:string"
},
"inbox_id": {
"@id": "chatwoot:inboxId",
"@type": "xsd:integer"
},
"conversation_id": {
"@id": "chatwoot:conversationId",
"@type": "xsd:integer"
},
"channel_type": {
"@id": "chatwoot:channelType",
"@type": "xsd:string"
},
"assignee_id": {
"@id": "chatwoot:assigneeId",
"@type": "xsd:integer"
},
"team_id": {
"@id": "chatwoot:teamId",
"@type": "xsd:integer"
},
"role": {
"@id": "chatwoot:role",
"@type": "xsd:string"
},
"availability_status": {
"@id": "chatwoot:availabilityStatus",
"@type": "xsd:string"
},
"message_type": {
"@id": "chatwoot:messageType",
"@type": "xsd:integer"
},
"private": {
"@id": "chatwoot:private",
"@type": "xsd:boolean"
},
"labels": {
"@id": "chatwoot:labels",
"@container": "@set"
},
"identifier": {
"@id": "chatwoot:identifier",
"@type": "xsd:string"
},
"webhook_url": {
"@id": "chatwoot:webhookUrl",
"@type": "@id"
},
"short_code": {
"@id": "chatwoot:shortCode",
"@type": "xsd:string"
},
"title": {
"@id": "schema:headline",
"@type": "xsd:string"
},
"author_id": {
"@id": "schema:author",
"@type": "xsd:integer"
},
"category_id": {
"@id": "chatwoot:categoryId",
"@type": "xsd:integer"
},
"slug": {
"@id": "chatwoot:slug",
"@type": "xsd:string"
},
"location": {
"@id": "schema:location",
"@type": "xsd:string"
},
"uid": {
"@id": "chatwoot:uid",
"@type": "xsd:string"
},
"unread_count": {
"@id": "chatwoot:unreadCount",
"@type": "xsd:integer"
},
"messages_count": {
"@id": "chatwoot:messagesCount",
"@type": "xsd:integer"
}
}
}