Aloha POS · JSON-LD Context

Aloha Pos Ncr Voyix Platform Context

JSON-LD context defining the semantic vocabulary for Aloha Pos Ncr Voyix Platform from Aloha POS.

4 Classes 33 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ncr: https://developer.ncrvoyix.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ItemPrice Item Order Site

Properties

Property Type Container
version
price double
currency string
effectiveDate dateTime
status string
priceId reference
itemCode string
shortDescription reference
values string set
locale string
value string
merchandiseCategory string
departmentId string
itemId reference
id string
channel string
comments string
customer reference
email
firstName string
lastName string
orderLines string set
productId reference
type string
quantity reference
unitOfMeasure string
unitOfMeasureLabel string
unitPrice double
siteName string
enterpriseUnitName string
coordinates reference
latitude double
longitude double

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ncr": "https://developer.ncrvoyix.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ItemPrice": "ncr:ItemPrice",
    "Item": "ncr:Item",
    "Order": "ncr:Order",
    "Site": "ncr:Site",
    "version": {
      "@id": "schema:version"
    },
    "price": {
      "@id": "ncr:price",
      "@type": "xsd:double"
    },
    "currency": {
      "@id": "ncr:currency",
      "@type": "xsd:string"
    },
    "effectiveDate": {
      "@id": "ncr:effectiveDate",
      "@type": "xsd:dateTime"
    },
    "status": {
      "@id": "ncr:status",
      "@type": "xsd:string"
    },
    "priceId": {
      "@id": "ncr:priceId",
      "@type": "@id"
    },
    "itemCode": {
      "@id": "ncr:itemCode",
      "@type": "xsd:string"
    },
    "shortDescription": {
      "@id": "ncr:shortDescription",
      "@type": "@id"
    },
    "values": {
      "@id": "ncr:values",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "locale": {
      "@id": "ncr:locale",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "ncr:value",
      "@type": "xsd:string"
    },
    "merchandiseCategory": {
      "@id": "ncr:merchandiseCategory",
      "@type": "xsd:string"
    },
    "departmentId": {
      "@id": "ncr:departmentId",
      "@type": "xsd:string"
    },
    "itemId": {
      "@id": "ncr:itemId",
      "@type": "@id"
    },
    "id": {
      "@id": "ncr:id",
      "@type": "xsd:string"
    },
    "channel": {
      "@id": "ncr:channel",
      "@type": "xsd:string"
    },
    "comments": {
      "@id": "ncr:comments",
      "@type": "xsd:string"
    },
    "customer": {
      "@id": "ncr:customer",
      "@type": "@id"
    },
    "email": {
      "@id": "schema:email"
    },
    "firstName": {
      "@id": "ncr:firstName",
      "@type": "xsd:string"
    },
    "lastName": {
      "@id": "ncr:lastName",
      "@type": "xsd:string"
    },
    "orderLines": {
      "@id": "ncr:orderLines",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "productId": {
      "@id": "ncr:productId",
      "@type": "@id"
    },
    "type": {
      "@id": "ncr:type",
      "@type": "xsd:string"
    },
    "quantity": {
      "@id": "ncr:quantity",
      "@type": "@id"
    },
    "unitOfMeasure": {
      "@id": "ncr:unitOfMeasure",
      "@type": "xsd:string"
    },
    "unitOfMeasureLabel": {
      "@id": "ncr:unitOfMeasureLabel",
      "@type": "xsd:string"
    },
    "unitPrice": {
      "@id": "ncr:unitPrice",
      "@type": "xsd:double"
    },
    "siteName": {
      "@id": "ncr:siteName",
      "@type": "xsd:string"
    },
    "enterpriseUnitName": {
      "@id": "ncr:enterpriseUnitName",
      "@type": "xsd:string"
    },
    "coordinates": {
      "@id": "ncr:coordinates",
      "@type": "@id"
    },
    "latitude": {
      "@id": "ncr:latitude",
      "@type": "xsd:double"
    },
    "longitude": {
      "@id": "ncr:longitude",
      "@type": "xsd:double"
    }
  }
}