Dana · JSON-LD Context

Dana Context

JSON-LD context defining the semantic vocabulary for Dana from Dana.

2 Classes 13 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dana: https://schema.danaaftermarket.com/

Classes

Part Order

Properties

Property Type Container
partNumber schema:Text
description schema:Text
brand schema:Brand
category schema:Text
make schema:Text
model schema:Text
year schema:Text
orderId schema:Text
status schema:Text
items
trackingNumber schema:Text
quantity schema:Integer
shippingAddress

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.danaaftermarket.com/",
    "schema": "https://schema.org/",
    "dana": "https://schema.danaaftermarket.com/",
    "Part": "schema:Product",
    "Order": "schema:Order",
    "partNumber": {"@id": "schema:productID", "@type": "schema:Text"},
    "description": {"@id": "schema:description", "@type": "schema:Text"},
    "brand": {"@id": "schema:brand", "@type": "schema:Brand"},
    "category": {"@id": "schema:category", "@type": "schema:Text"},
    "make": {"@id": "dana:make", "@type": "schema:Text"},
    "model": {"@id": "dana:model", "@type": "schema:Text"},
    "year": {"@id": "dana:vehicleYear", "@type": "schema:Text"},
    "orderId": {"@id": "schema:orderNumber", "@type": "schema:Text"},
    "status": {"@id": "schema:orderStatus", "@type": "schema:Text"},
    "items": {"@id": "schema:orderedItem"},
    "trackingNumber": {"@id": "schema:trackingNumber", "@type": "schema:Text"},
    "quantity": {"@id": "schema:orderQuantity", "@type": "schema:Integer"},
    "shippingAddress": {"@id": "schema:shippingDestination"}
  }
}