WISK.ai · JSON-LD Context

Wisk Sales Upload Context

JSON-LD context defining the semantic vocabulary for Wisk Sales Upload from WISK.ai.

1 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

wisk: https://wisk.ai/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

SalesLine

Properties

Property Type Container
id string
date dateTime
pluNumber string
title string
quantity double
total double

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "wisk": "https://wisk.ai/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "SalesLine": "wisk:SalesLine",
    "id": {
      "@id": "wisk:id",
      "@type": "xsd:string"
    },
    "date": {
      "@id": "wisk:date",
      "@type": "xsd:dateTime"
    },
    "pluNumber": {
      "@id": "wisk:plu_number",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "quantity": {
      "@id": "wisk:quantity",
      "@type": "xsd:double"
    },
    "total": {
      "@id": "wisk:total",
      "@type": "xsd:double"
    }
  }
}