Rithum · JSON-LD Context

Rithum Context

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

35 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

rithum: https://api-evangelist.github.io/rithum/vocab#
dsco: https://api.dsco.io/schema#

Classes

Order orderId orderType status createdAt updatedAt retailerId supplierId items sku quantity cost price shippingAddress name street1 city state postalCode country CatalogItem title description Stream streamId objectType Shipment trackingNumber carrier Invoice invoiceNumber amount invoiceDate Return returnReason

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "rithum": "https://api-evangelist.github.io/rithum/vocab#",
    "dsco": "https://api.dsco.io/schema#",
    "Order": "schema:Order",
    "orderId": "schema:orderNumber",
    "orderType": "rithum:orderType",
    "status": "schema:orderStatus",
    "createdAt": "schema:orderDate",
    "updatedAt": "schema:modifiedTime",
    "retailerId": "rithum:retailerId",
    "supplierId": "rithum:supplierId",
    "items": "schema:orderedItem",
    "sku": "schema:sku",
    "quantity": "schema:orderQuantity",
    "cost": "schema:price",
    "price": "schema:highPrice",
    "shippingAddress": "schema:deliveryAddress",
    "name": "schema:name",
    "street1": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "postalCode": "schema:postalCode",
    "country": "schema:addressCountry",
    "CatalogItem": "schema:Product",
    "title": "schema:name",
    "description": "schema:description",
    "Stream": "rithum:Stream",
    "streamId": "rithum:streamId",
    "objectType": "rithum:objectType",
    "Shipment": "schema:ParcelDelivery",
    "trackingNumber": "schema:trackingNumber",
    "carrier": "schema:deliveryMethod",
    "Invoice": "schema:Invoice",
    "invoiceNumber": "schema:invoiceNumber",
    "amount": "schema:price",
    "invoiceDate": "schema:dateIssued",
    "Return": "rithum:Return",
    "returnReason": "rithum:returnReason"
  }
}