NCR · JSON-LD Context

Ncr Voyix Commerce Platform Context

JSON-LD context defining the semantic vocabulary for Ncr Voyix Commerce Platform from NCR.

29 Classes 65 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Address CartLineInput CartLine Cart CategoryNode Coordinates Customer Group ItemCodeList ItemInput ItemPage ItemPriceInput ItemPrice Item LocalizedText LoginRequest OrderInput OrderLine Order OrderSearch ProductId Quantity SiteInput Site SiteSearch TokenResponse UserInput UserProfile User

Properties

Property Type Container
address1 string
city string
state string
postalCode string
country string
productId string
quantity string
voidReason string
lineId string
unitPrice double
cartId string
status string
items string set
totals reference
total double
currency string
id string
version integer
name string
parentId string
nodeType string
latitude double
longitude double
email string
firstName string
lastName string
title string
itemCodes string set
itemIds string set
itemCode string
itemId reference
shortDescription string
longDescription string
merchandiseCategory string
departmentId string
pageContent string set
price double
effectiveDate dateTime
priceId reference
priceCode string
values string set
locale string
value string
username string
password string
channel string
comments string
customer string
orderLines string set
customerEmail string
returnFullOrders boolean
type string
unitOfMeasure string
unitOfMeasureLabel string
siteName string
enterpriseUnitName string
referenceId string
address string
coordinates string
timeZone string
criteria reference
fields string set
token string
expiresAt dateTime
organization string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ncrv": "https://developer.ncrvoyix.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Address": "ncrv:Address",
    "CartLineInput": "ncrv:CartLineInput",
    "CartLine": "ncrv:CartLine",
    "Cart": "ncrv:Cart",
    "CategoryNode": "ncrv:CategoryNode",
    "Coordinates": "ncrv:Coordinates",
    "Customer": "ncrv:Customer",
    "Group": "ncrv:Group",
    "ItemCodeList": "ncrv:ItemCodeList",
    "ItemInput": "ncrv:ItemInput",
    "ItemPage": "ncrv:ItemPage",
    "ItemPriceInput": "ncrv:ItemPriceInput",
    "ItemPrice": "ncrv:ItemPrice",
    "Item": "ncrv:Item",
    "LocalizedText": "ncrv:LocalizedText",
    "LoginRequest": "ncrv:LoginRequest",
    "OrderInput": "ncrv:OrderInput",
    "OrderLine": "ncrv:OrderLine",
    "Order": "ncrv:Order",
    "OrderSearch": "ncrv:OrderSearch",
    "ProductId": "ncrv:ProductId",
    "Quantity": "ncrv:Quantity",
    "SiteInput": "ncrv:SiteInput",
    "Site": "ncrv:Site",
    "SiteSearch": "ncrv:SiteSearch",
    "TokenResponse": "ncrv:TokenResponse",
    "UserInput": "ncrv:UserInput",
    "UserProfile": "ncrv:UserProfile",
    "User": "ncrv:User",
    "address1": {
      "@id": "ncrv:address1",
      "@type": "xsd:string"
    },
    "city": {
      "@id": "ncrv:city",
      "@type": "xsd:string"
    },
    "state": {
      "@id": "ncrv:state",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "ncrv:postalCode",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "ncrv:country",
      "@type": "xsd:string"
    },
    "productId": {
      "@id": "ncrv:productId",
      "@type": "xsd:string"
    },
    "quantity": {
      "@id": "ncrv:quantity",
      "@type": "xsd:string"
    },
    "voidReason": {
      "@id": "ncrv:voidReason",
      "@type": "xsd:string"
    },
    "lineId": {
      "@id": "ncrv:lineId",
      "@type": "xsd:string"
    },
    "unitPrice": {
      "@id": "ncrv:unitPrice",
      "@type": "xsd:double"
    },
    "cartId": {
      "@id": "ncrv:cartId",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "ncrv:status",
      "@type": "xsd:string"
    },
    "items": {
      "@id": "ncrv:items",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "totals": {
      "@id": "ncrv:totals",
      "@type": "@id"
    },
    "total": {
      "@id": "ncrv:total",
      "@type": "xsd:double"
    },
    "currency": {
      "@id": "ncrv:currency",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "ncrv:id",
      "@type": "xsd:string"
    },
    "version": {
      "@id": "schema:version",
      "@type": "xsd:integer"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "parentId": {
      "@id": "ncrv:parentId",
      "@type": "xsd:string"
    },
    "nodeType": {
      "@id": "ncrv:nodeType",
      "@type": "xsd:string"
    },
    "latitude": {
      "@id": "ncrv:latitude",
      "@type": "xsd:double"
    },
    "longitude": {
      "@id": "ncrv:longitude",
      "@type": "xsd:double"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "firstName": {
      "@id": "ncrv:firstName",
      "@type": "xsd:string"
    },
    "lastName": {
      "@id": "ncrv:lastName",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "ncrv:title",
      "@type": "xsd:string"
    },
    "itemCodes": {
      "@id": "ncrv:itemCodes",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "itemIds": {
      "@id": "ncrv:itemIds",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "itemCode": {
      "@id": "ncrv:itemCode",
      "@type": "xsd:string"
    },
    "itemId": {
      "@id": "ncrv:itemId",
      "@type": "@id"
    },
    "shortDescription": {
      "@id": "ncrv:shortDescription",
      "@type": "xsd:string"
    },
    "longDescription": {
      "@id": "ncrv:longDescription",
      "@type": "xsd:string"
    },
    "merchandiseCategory": {
      "@id": "ncrv:merchandiseCategory",
      "@type": "xsd:string"
    },
    "departmentId": {
      "@id": "ncrv:departmentId",
      "@type": "xsd:string"
    },
    "pageContent": {
      "@id": "ncrv:pageContent",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "price": {
      "@id": "ncrv:price",
      "@type": "xsd:double"
    },
    "effectiveDate": {
      "@id": "ncrv:effectiveDate",
      "@type": "xsd:dateTime"
    },
    "priceId": {
      "@id": "ncrv:priceId",
      "@type": "@id"
    },
    "priceCode": {
      "@id": "ncrv:priceCode",
      "@type": "xsd:string"
    },
    "values": {
      "@id": "ncrv:values",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "locale": {
      "@id": "ncrv:locale",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "ncrv:value",
      "@type": "xsd:string"
    },
    "username": {
      "@id": "ncrv:username",
      "@type": "xsd:string"
    },
    "password": {
      "@id": "ncrv:password",
      "@type": "xsd:string"
    },
    "channel": {
      "@id": "ncrv:channel",
      "@type": "xsd:string"
    },
    "comments": {
      "@id": "ncrv:comments",
      "@type": "xsd:string"
    },
    "customer": {
      "@id": "ncrv:customer",
      "@type": "xsd:string"
    },
    "orderLines": {
      "@id": "ncrv:orderLines",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "customerEmail": {
      "@id": "ncrv:customerEmail",
      "@type": "xsd:string"
    },
    "returnFullOrders": {
      "@id": "ncrv:returnFullOrders",
      "@type": "xsd:boolean"
    },
    "type": {
      "@id": "ncrv:type",
      "@type": "xsd:string"
    },
    "unitOfMeasure": {
      "@id": "ncrv:unitOfMeasure",
      "@type": "xsd:string"
    },
    "unitOfMeasureLabel": {
      "@id": "ncrv:unitOfMeasureLabel",
      "@type": "xsd:string"
    },
    "siteName": {
      "@id": "ncrv:siteName",
      "@type": "xsd:string"
    },
    "enterpriseUnitName": {
      "@id": "ncrv:enterpriseUnitName",
      "@type": "xsd:string"
    },
    "referenceId": {
      "@id": "ncrv:referenceId",
      "@type": "xsd:string"
    },
    "address": {
      "@id": "ncrv:address",
      "@type": "xsd:string"
    },
    "coordinates": {
      "@id": "ncrv:coordinates",
      "@type": "xsd:string"
    },
    "timeZone": {
      "@id": "ncrv:timeZone",
      "@type": "xsd:string"
    },
    "criteria": {
      "@id": "ncrv:criteria",
      "@type": "@id"
    },
    "fields": {
      "@id": "ncrv:fields",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "token": {
      "@id": "ncrv:token",
      "@type": "xsd:string"
    },
    "expiresAt": {
      "@id": "ncrv:expiresAt",
      "@type": "xsd:dateTime"
    },
    "organization": {
      "@id": "ncrv:organization",
      "@type": "xsd:string"
    }
  }
}