Usergems Context
JSON-LD context defining the semantic vocabulary for Usergems from UserGems.
0 Classes
3 Properties
3 Namespaces
Namespaces
usergems:
https://api.usergems.com/v1/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property |
Type |
Container |
| Contact |
|
|
| Account |
|
|
| QueueAck |
|
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"@vocab": "https://schema.org/",
"usergems": "https://api.usergems.com/v1/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Contact": {
"@id": "usergems:Contact",
"@context": {
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"firstName": {
"@id": "schema:givenName",
"@type": "xsd:string"
},
"lastName": {
"@id": "schema:familyName",
"@type": "xsd:string"
},
"fullName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"company": {
"@id": "schema:worksFor",
"@type": "xsd:string"
},
"relationshipType": {
"@id": "usergems:Contact/relationshipType",
"@type": "xsd:string"
},
"linkedinUrl": {
"@id": "schema:sameAs",
"@type": "xsd:anyURI"
},
"signal": {
"@id": "usergems:Contact/signal",
"@type": "xsd:string"
},
"custom": {
"@id": "usergems:Contact/custom",
"@type": "xsd:string"
}
}
},
"Account": {
"@id": "usergems:Account",
"@context": {
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"domain": {
"@id": "usergems:Account/domain",
"@type": "xsd:string"
},
"reportName": {
"@id": "usergems:Account/reportName",
"@type": "xsd:string"
},
"signal": {
"@id": "usergems:Account/signal",
"@type": "xsd:string"
},
"salesforceId": {
"@id": "usergems:Account/salesforceId",
"@type": "xsd:string"
},
"customId": {
"@id": "usergems:Account/customId",
"@type": "xsd:string"
},
"custom": {
"@id": "usergems:Account/custom",
"@type": "xsd:string"
}
}
},
"QueueAck": {
"@id": "usergems:QueueAck",
"@context": {
"message": {
"@id": "schema:description",
"@type": "xsd:string"
}
}
}
}
}