Tripleseat · JSON-LD Context
Tripleseat Api Context
JSON-LD context defining the semantic vocabulary for Tripleseat Api from Tripleseat.
10 Classes
25 Properties
4 Namespaces
Namespaces
ts:
https://tripleseat.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Lead
LeadCreate
Event
Account
AccountUpdate
Contact
ContactCreate
Location
Site
User
Properties
| Property | Type | Container |
|---|---|---|
| id | integer | |
| firstName | string | |
| lastName | string | |
| emailAddress | string | |
| phoneNumber | string | |
| company | string | |
| eventDescription | string | |
| eventDate | date | |
| startTime | string | |
| endTime | string | |
| guestCount | integer | |
| additionalInformation | string | |
| locationId | integer | |
| status | string | |
| createdAt | dateTime | |
| updatedAt | dateTime | |
| name | ||
| accountId | integer | |
| address | string | |
| city | string | |
| state | string | |
| zipCode | string | |
| website | ||
| siteId | integer | |
| active | boolean |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"ts": "https://tripleseat.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Lead": "ts:Lead",
"id": {
"@id": "ts:id",
"@type": "xsd:integer"
},
"firstName": {
"@id": "ts:first_name",
"@type": "xsd:string"
},
"lastName": {
"@id": "ts:last_name",
"@type": "xsd:string"
},
"emailAddress": {
"@id": "ts:email_address",
"@type": "xsd:string"
},
"phoneNumber": {
"@id": "ts:phone_number",
"@type": "xsd:string"
},
"company": {
"@id": "ts:company",
"@type": "xsd:string"
},
"eventDescription": {
"@id": "ts:event_description",
"@type": "xsd:string"
},
"eventDate": {
"@id": "ts:event_date",
"@type": "xsd:date"
},
"startTime": {
"@id": "ts:start_time",
"@type": "xsd:string"
},
"endTime": {
"@id": "ts:end_time",
"@type": "xsd:string"
},
"guestCount": {
"@id": "ts:guest_count",
"@type": "xsd:integer"
},
"additionalInformation": {
"@id": "ts:additional_information",
"@type": "xsd:string"
},
"locationId": {
"@id": "ts:location_id",
"@type": "xsd:integer"
},
"status": {
"@id": "ts:status",
"@type": "xsd:string"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"LeadCreate": "ts:LeadCreate",
"Event": "ts:Event",
"name": {
"@id": "schema:name"
},
"accountId": {
"@id": "ts:account_id",
"@type": "xsd:integer"
},
"Account": "ts:Account",
"address": {
"@id": "ts:address",
"@type": "xsd:string"
},
"city": {
"@id": "ts:city",
"@type": "xsd:string"
},
"state": {
"@id": "ts:state",
"@type": "xsd:string"
},
"zipCode": {
"@id": "ts:zip_code",
"@type": "xsd:string"
},
"website": {
"@id": "schema:url"
},
"AccountUpdate": "ts:AccountUpdate",
"Contact": "ts:Contact",
"ContactCreate": "ts:ContactCreate",
"Location": "ts:Location",
"siteId": {
"@id": "ts:site_id",
"@type": "xsd:integer"
},
"Site": "ts:Site",
"User": "ts:User",
"active": {
"@id": "ts:active",
"@type": "xsd:boolean"
}
}
}