Deliverect · JSON-LD Context
Deliverect Pos Api Context
JSON-LD context defining the semantic vocabulary for Deliverect Pos Api from Deliverect.
6 Classes
94 Properties
4 Namespaces
Namespaces
dv:
https://developers.deliverect.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
InsertUpdateProductsAndCategories
InventoryUpdate
PosApiProductSyncCallback
PosRegister
PostOrderstatusOrderid
PostUpdatepreparationtime
Properties
| Property | Type | Container |
|---|---|---|
| accountId | string | |
| locationId | string | |
| products | set | |
| name | string | |
| plu | string | |
| price | integer | |
| description | string | |
| productType | integer | |
| gtin | string | set |
| isVariant | boolean | |
| isCombo | boolean | |
| deliveryTax | integer | |
| takeawayTax | integer | |
| eatInTax | integer | |
| priceLevels | reference | |
| TA | integer | |
| DL | integer | |
| UE | integer | |
| overloads | set | |
| scopes | string | set |
| bundlePrice | integer | |
| posProductId | string | |
| posCategoryIds | string | set |
| imageUrl | string | |
| nameTranslations | reference | |
| en | string | |
| es | string | |
| fr | string | |
| nl | string | |
| ar | string | |
| el | string | |
| productTags | integer | set |
| multiMax | integer | |
| defaultQuantity | integer | |
| nutritionalInfo | reference | |
| fat | integer | |
| protein | integer | |
| sugar | integer | |
| addedSugar | integer | |
| saturatedFat | integer | |
| carbohydrates | integer | |
| salt | integer | |
| transFat | integer | |
| monoUnsaturatedFat | integer | |
| polyUnsaturatedFat | integer | |
| cholesterol | integer | |
| starch | integer | |
| sodium | integer | |
| fiber | integer | |
| vitaminC | integer | |
| calcium | integer | |
| magnesium | integer | |
| chloride | integer | |
| fluoride | integer | |
| potassium | integer | |
| polyols | integer | |
| servingSize | reference | |
| amount | integer | |
| unitType | integer | |
| countUnitDescription | string | |
| netQuantity | reference | |
| supplementalInfo | reference | |
| instructionsForUse | string | |
| ingredients | string | set |
| additives | string | set |
| prepackaged | boolean | |
| deposit | integer | |
| bottleDepositPrice | integer | |
| visible | boolean | |
| subProducts | string | set |
| kitchenName | string | |
| categories | set | |
| posCategoryId | string | |
| posId | string | |
| callbackUrl | string | |
| operationReportId | string | |
| inserted | integer | |
| updated | integer | |
| deleted | integer | |
| ignored | integer | |
| modifiers | reference | |
| modifierGroups | reference | |
| bundles | reference | |
| warnings | integer | |
| errors | integer | |
| location | string | |
| orderId | string | |
| receiptId | string | |
| status | integer | |
| pickupTime | dateTime | |
| reason | string | |
| timeStamp | dateTime | |
| order | string | |
| minutes | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"dv": "https://developers.deliverect.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"InsertUpdateProductsAndCategories": "dv:InsertUpdateProductsAndCategories",
"InventoryUpdate": "dv:InventoryUpdate",
"PosApiProductSyncCallback": "dv:PosApiProductSyncCallback",
"PosRegister": "dv:PosRegister",
"PostOrderstatusOrderid": "dv:PostOrderstatusOrderid",
"PostUpdatepreparationtime": "dv:PostUpdatepreparationtime",
"accountId": {
"@id": "dv:accountId",
"@type": "xsd:string"
},
"locationId": {
"@id": "dv:locationId",
"@type": "xsd:string"
},
"products": {
"@id": "dv:products",
"@container": "@set"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"plu": {
"@id": "dv:plu",
"@type": "xsd:string"
},
"price": {
"@id": "schema:price",
"@type": "xsd:integer"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"productType": {
"@id": "dv:productType",
"@type": "xsd:integer"
},
"gtin": {
"@id": "dv:gtin",
"@container": "@set",
"@type": "xsd:string"
},
"isVariant": {
"@id": "dv:isVariant",
"@type": "xsd:boolean"
},
"isCombo": {
"@id": "dv:isCombo",
"@type": "xsd:boolean"
},
"deliveryTax": {
"@id": "dv:deliveryTax",
"@type": "xsd:integer"
},
"takeawayTax": {
"@id": "dv:takeawayTax",
"@type": "xsd:integer"
},
"eatInTax": {
"@id": "dv:eatInTax",
"@type": "xsd:integer"
},
"priceLevels": {
"@id": "dv:priceLevels",
"@type": "@id"
},
"TA": {
"@id": "dv:TA",
"@type": "xsd:integer"
},
"DL": {
"@id": "dv:DL",
"@type": "xsd:integer"
},
"UE": {
"@id": "dv:UE",
"@type": "xsd:integer"
},
"overloads": {
"@id": "dv:overloads",
"@container": "@set"
},
"scopes": {
"@id": "dv:scopes",
"@container": "@set",
"@type": "xsd:string"
},
"bundlePrice": {
"@id": "dv:bundlePrice",
"@type": "xsd:integer"
},
"posProductId": {
"@id": "dv:posProductId",
"@type": "xsd:string"
},
"posCategoryIds": {
"@id": "dv:posCategoryIds",
"@container": "@set",
"@type": "xsd:string"
},
"imageUrl": {
"@id": "dv:imageUrl",
"@type": "xsd:string"
},
"nameTranslations": {
"@id": "dv:nameTranslations",
"@type": "@id"
},
"en": {
"@id": "dv:en",
"@type": "xsd:string"
},
"es": {
"@id": "dv:es",
"@type": "xsd:string"
},
"fr": {
"@id": "dv:fr",
"@type": "xsd:string"
},
"nl": {
"@id": "dv:nl",
"@type": "xsd:string"
},
"ar": {
"@id": "dv:ar",
"@type": "xsd:string"
},
"el": {
"@id": "dv:el",
"@type": "xsd:string"
},
"productTags": {
"@id": "dv:productTags",
"@container": "@set",
"@type": "xsd:integer"
},
"multiMax": {
"@id": "dv:multiMax",
"@type": "xsd:integer"
},
"defaultQuantity": {
"@id": "dv:defaultQuantity",
"@type": "xsd:integer"
},
"nutritionalInfo": {
"@id": "dv:nutritionalInfo",
"@type": "@id"
},
"fat": {
"@id": "dv:fat",
"@type": "xsd:integer"
},
"protein": {
"@id": "dv:protein",
"@type": "xsd:integer"
},
"sugar": {
"@id": "dv:sugar",
"@type": "xsd:integer"
},
"addedSugar": {
"@id": "dv:addedSugar",
"@type": "xsd:integer"
},
"saturatedFat": {
"@id": "dv:saturatedFat",
"@type": "xsd:integer"
},
"carbohydrates": {
"@id": "dv:carbohydrates",
"@type": "xsd:integer"
},
"salt": {
"@id": "dv:salt",
"@type": "xsd:integer"
},
"transFat": {
"@id": "dv:transFat",
"@type": "xsd:integer"
},
"monoUnsaturatedFat": {
"@id": "dv:monoUnsaturatedFat",
"@type": "xsd:integer"
},
"polyUnsaturatedFat": {
"@id": "dv:polyUnsaturatedFat",
"@type": "xsd:integer"
},
"cholesterol": {
"@id": "dv:cholesterol",
"@type": "xsd:integer"
},
"starch": {
"@id": "dv:starch",
"@type": "xsd:integer"
},
"sodium": {
"@id": "dv:sodium",
"@type": "xsd:integer"
},
"fiber": {
"@id": "dv:fiber",
"@type": "xsd:integer"
},
"vitaminC": {
"@id": "dv:vitaminC",
"@type": "xsd:integer"
},
"calcium": {
"@id": "dv:calcium",
"@type": "xsd:integer"
},
"magnesium": {
"@id": "dv:magnesium",
"@type": "xsd:integer"
},
"chloride": {
"@id": "dv:chloride",
"@type": "xsd:integer"
},
"fluoride": {
"@id": "dv:fluoride",
"@type": "xsd:integer"
},
"potassium": {
"@id": "dv:potassium",
"@type": "xsd:integer"
},
"polyols": {
"@id": "dv:polyols",
"@type": "xsd:integer"
},
"servingSize": {
"@id": "dv:servingSize",
"@type": "@id"
},
"amount": {
"@id": "dv:amount",
"@type": "xsd:integer"
},
"unitType": {
"@id": "dv:unitType",
"@type": "xsd:integer"
},
"countUnitDescription": {
"@id": "dv:countUnitDescription",
"@type": "xsd:string"
},
"netQuantity": {
"@id": "dv:netQuantity",
"@type": "@id"
},
"supplementalInfo": {
"@id": "dv:supplementalInfo",
"@type": "@id"
},
"instructionsForUse": {
"@id": "dv:instructionsForUse",
"@type": "xsd:string"
},
"ingredients": {
"@id": "dv:ingredients",
"@container": "@set",
"@type": "xsd:string"
},
"additives": {
"@id": "dv:additives",
"@container": "@set",
"@type": "xsd:string"
},
"prepackaged": {
"@id": "dv:prepackaged",
"@type": "xsd:boolean"
},
"deposit": {
"@id": "dv:deposit",
"@type": "xsd:integer"
},
"bottleDepositPrice": {
"@id": "dv:bottleDepositPrice",
"@type": "xsd:integer"
},
"visible": {
"@id": "dv:visible",
"@type": "xsd:boolean"
},
"subProducts": {
"@id": "dv:subProducts",
"@container": "@set",
"@type": "xsd:string"
},
"kitchenName": {
"@id": "dv:kitchenName",
"@type": "xsd:string"
},
"categories": {
"@id": "dv:categories",
"@container": "@set"
},
"posCategoryId": {
"@id": "dv:posCategoryId",
"@type": "xsd:string"
},
"posId": {
"@id": "dv:posId",
"@type": "xsd:string"
},
"callbackUrl": {
"@id": "dv:callbackUrl",
"@type": "xsd:string"
},
"operationReportId": {
"@id": "dv:operationReportId",
"@type": "xsd:string"
},
"inserted": {
"@id": "dv:inserted",
"@type": "xsd:integer"
},
"updated": {
"@id": "dv:updated",
"@type": "xsd:integer"
},
"deleted": {
"@id": "dv:deleted",
"@type": "xsd:integer"
},
"ignored": {
"@id": "dv:ignored",
"@type": "xsd:integer"
},
"modifiers": {
"@id": "dv:modifiers",
"@type": "@id"
},
"modifierGroups": {
"@id": "dv:modifierGroups",
"@type": "@id"
},
"bundles": {
"@id": "dv:bundles",
"@type": "@id"
},
"warnings": {
"@id": "dv:warnings",
"@type": "xsd:integer"
},
"errors": {
"@id": "dv:errors",
"@type": "xsd:integer"
},
"location": {
"@id": "dv:location",
"@type": "xsd:string"
},
"orderId": {
"@id": "dv:orderId",
"@type": "xsd:string"
},
"receiptId": {
"@id": "dv:receiptId",
"@type": "xsd:string"
},
"status": {
"@id": "dv:status",
"@type": "xsd:integer"
},
"pickupTime": {
"@id": "dv:pickupTime",
"@type": "xsd:dateTime"
},
"reason": {
"@id": "dv:reason",
"@type": "xsd:string"
},
"timeStamp": {
"@id": "dv:timeStamp",
"@type": "xsd:dateTime"
},
"order": {
"@id": "dv:order",
"@type": "xsd:string"
},
"minutes": {
"@id": "dv:minutes",
"@type": "xsd:integer"
}
}
}