IKEA · JSON-LD Context

Ikea After Purchase Ordering Context

JSON-LD context defining the semantic vocabulary for Ikea After Purchase Ordering from IKEA.

4 Classes 14 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ikea: https://ikea.api-evangelist.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Part status ProductParts SearchPart

Properties

Property Type Container
itemId string
partName string
partDescription string
categoryId string
subCategoryId string
replacementId string
stock integer
id string
productDesc string
imageUrl anyURI
type string
items list
partColor string
partReplaceId string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ikea": "https://ikea.api-evangelist.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Part": "ikea:Part",
    "itemId": {
      "@id": "ikea:itemId",
      "@type": "xsd:string"
    },
    "partName": {
      "@id": "ikea:partName",
      "@type": "xsd:string"
    },
    "partDescription": {
      "@id": "ikea:partDescription",
      "@type": "xsd:string"
    },
    "categoryId": {
      "@id": "ikea:categoryId",
      "@type": "xsd:string"
    },
    "subCategoryId": {
      "@id": "ikea:subCategoryId",
      "@type": "xsd:string"
    },
    "replacementId": {
      "@id": "ikea:replacementId",
      "@type": "xsd:string"
    },
    "stock": {
      "@id": "ikea:stock",
      "@type": "xsd:integer"
    },
    "status": "ikea:status",
    "ProductParts": "ikea:ProductParts",
    "id": {
      "@id": "ikea:id",
      "@type": "xsd:string"
    },
    "productDesc": {
      "@id": "ikea:productDesc",
      "@type": "xsd:string"
    },
    "imageUrl": {
      "@id": "ikea:imageUrl",
      "@type": "xsd:anyURI"
    },
    "type": {
      "@id": "ikea:type",
      "@type": "xsd:string"
    },
    "items": {
      "@id": "ikea:items",
      "@container": "@list"
    },
    "SearchPart": "ikea:SearchPart",
    "partColor": {
      "@id": "ikea:partColor",
      "@type": "xsd:string"
    },
    "partReplaceId": {
      "@id": "ikea:partReplaceId",
      "@type": "xsd:string"
    }
  }
}