Ada · JSON-LD Context
Ada Context
JSON-LD context defining the semantic vocabulary for Ada from Ada.
9 Classes
24 Properties
3 Namespaces
Namespaces
ada:
https://docs.ada.cx/vocabulary#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
KnowledgeSource
KnowledgeArticle
EndUser
Conversation
Message
Channel
Webhook
Integration
DataSubjectRequest
Properties
| Property | Type | Container |
|---|---|---|
| sourceId | string | |
| articleId | string | |
| chatterId | string | |
| endUserId | string | |
| conversationId | string | |
| agentHandle | string | |
| bearerToken | string | |
| isEscalated | boolean | |
| isEngaged | boolean | |
| isTestUser | boolean | |
| dateCreated | dateTime | |
| dateUpdated | dateTime | |
| language | string | |
| platform | string | |
| nextPageUri | anyURI | |
| webhookUrl | anyURI | |
| signingSecret | string | |
| string | ||
| name | string | |
| description | string | |
| url | anyURI | |
| items | list | |
| tags | list | |
| metadata |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"ada": "https://docs.ada.cx/vocabulary#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"KnowledgeSource": "ada:KnowledgeSource",
"KnowledgeArticle": "ada:KnowledgeArticle",
"EndUser": "ada:EndUser",
"Conversation": "ada:Conversation",
"Message": "ada:Message",
"Channel": "ada:Channel",
"Webhook": "ada:Webhook",
"Integration": "ada:Integration",
"DataSubjectRequest": "ada:DataSubjectRequest",
"sourceId": {
"@id": "ada:sourceId",
"@type": "xsd:string"
},
"articleId": {
"@id": "ada:articleId",
"@type": "xsd:string"
},
"chatterId": {
"@id": "ada:chatterId",
"@type": "xsd:string"
},
"endUserId": {
"@id": "ada:endUserId",
"@type": "xsd:string"
},
"conversationId": {
"@id": "ada:conversationId",
"@type": "xsd:string"
},
"agentHandle": {
"@id": "ada:agentHandle",
"@type": "xsd:string"
},
"bearerToken": {
"@id": "ada:bearerToken",
"@type": "xsd:string"
},
"isEscalated": {
"@id": "ada:isEscalated",
"@type": "xsd:boolean"
},
"isEngaged": {
"@id": "ada:isEngaged",
"@type": "xsd:boolean"
},
"isTestUser": {
"@id": "ada:isTestUser",
"@type": "xsd:boolean"
},
"dateCreated": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"dateUpdated": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"language": {
"@id": "schema:inLanguage",
"@type": "xsd:string"
},
"platform": {
"@id": "ada:platform",
"@type": "xsd:string"
},
"nextPageUri": {
"@id": "ada:nextPageUri",
"@type": "xsd:anyURI"
},
"webhookUrl": {
"@id": "ada:webhookUrl",
"@type": "xsd:anyURI"
},
"signingSecret": {
"@id": "ada:signingSecret",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"url": {
"@id": "schema:url",
"@type": "xsd:anyURI"
},
"items": {
"@id": "ada:items",
"@container": "@list"
},
"tags": {
"@id": "ada:tags",
"@container": "@list"
},
"metadata": {
"@id": "ada:metadata"
}
}
}