Zoho Inventory · JSON-LD Context

Zoho Inventory Context

JSON-LD context defining the semantic vocabulary for Zoho Inventory from Zoho Inventory.

20 Classes 51 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
zoho: https://www.zoho.com/inventory/api/v1/
owl: http://www.w3.org/2002/07/owl#
rdfs: http://www.w3.org/2000/01/rdf-schema#

Classes

name description url version Organization Item Contact SalesOrder Invoice PurchaseOrder Warehouse Shipment Package CreditNote Bill Tax Currency PriceList User Task

Properties

Property Type Container
ZohoInventoryAPI reference
item_id string
item_name string
sku string
unit string
rate decimal
purchase_rate decimal
stock_on_hand decimal
available_stock decimal
committed_stock decimal
reorder_level decimal
salesorder_id string
salesorder_number string
customer_id string
customer_name string
date date
due_date date
status string
total decimal
sub_total decimal
tax_total decimal
currency_code string
invoice_id string
invoice_number string
balance decimal
payment_terms integer
purchaseorder_id string
purchaseorder_number string
vendor_id string
vendor_name string
contact_id string
contact_name string
email string
phone string
warehouse_id string
warehouse_name string
location_id string
shipment_id string
tracking_number string
carrier string
batch_id string
batch_number string
serial_number string
expiry_date date
organization_id string
user_id string
line_items @json
custom_fields @json
addresses @json
created_time dateTime
last_modified_time dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "zoho": "https://www.zoho.com/inventory/api/v1/",
    "owl": "http://www.w3.org/2002/07/owl#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",

    "ZohoInventoryAPI": {
      "@id": "zoho:ZohoInventoryAPI",
      "@type": "@id"
    },

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "version": "schema:version",

    "Organization": "schema:Organization",
    "Item": "schema:Product",
    "Contact": "schema:Person",
    "SalesOrder": "schema:Order",
    "Invoice": "schema:Invoice",
    "PurchaseOrder": "schema:Order",
    "Warehouse": "schema:Place",
    "Shipment": "schema:ParcelDelivery",
    "Package": "schema:ParcelDelivery",
    "CreditNote": "schema:Invoice",
    "Bill": "schema:Invoice",
    "Tax": "schema:Tax",
    "Currency": "schema:PriceSpecification",
    "PriceList": "schema:PriceSpecification",
    "User": "schema:Person",
    "Task": "schema:Action",

    "item_id": { "@id": "zoho:item_id", "@type": "xsd:string" },
    "item_name": { "@id": "zoho:item_name", "@type": "xsd:string" },
    "sku": { "@id": "schema:sku", "@type": "xsd:string" },
    "unit": { "@id": "zoho:unit", "@type": "xsd:string" },
    "rate": { "@id": "schema:price", "@type": "xsd:decimal" },
    "purchase_rate": { "@id": "zoho:purchase_rate", "@type": "xsd:decimal" },
    "stock_on_hand": { "@id": "zoho:stock_on_hand", "@type": "xsd:decimal" },
    "available_stock": { "@id": "zoho:available_stock", "@type": "xsd:decimal" },
    "committed_stock": { "@id": "zoho:committed_stock", "@type": "xsd:decimal" },
    "reorder_level": { "@id": "zoho:reorder_level", "@type": "xsd:decimal" },

    "salesorder_id": { "@id": "zoho:salesorder_id", "@type": "xsd:string" },
    "salesorder_number": { "@id": "zoho:salesorder_number", "@type": "xsd:string" },
    "customer_id": { "@id": "zoho:customer_id", "@type": "xsd:string" },
    "customer_name": { "@id": "zoho:customer_name", "@type": "xsd:string" },
    "date": { "@id": "schema:dateCreated", "@type": "xsd:date" },
    "due_date": { "@id": "schema:paymentDueDate", "@type": "xsd:date" },
    "status": { "@id": "schema:status", "@type": "xsd:string" },
    "total": { "@id": "schema:totalPrice", "@type": "xsd:decimal" },
    "sub_total": { "@id": "zoho:sub_total", "@type": "xsd:decimal" },
    "tax_total": { "@id": "zoho:tax_total", "@type": "xsd:decimal" },
    "currency_code": { "@id": "schema:currency", "@type": "xsd:string" },

    "invoice_id": { "@id": "zoho:invoice_id", "@type": "xsd:string" },
    "invoice_number": { "@id": "zoho:invoice_number", "@type": "xsd:string" },
    "balance": { "@id": "zoho:balance", "@type": "xsd:decimal" },
    "payment_terms": { "@id": "zoho:payment_terms", "@type": "xsd:integer" },

    "purchaseorder_id": { "@id": "zoho:purchaseorder_id", "@type": "xsd:string" },
    "purchaseorder_number": { "@id": "zoho:purchaseorder_number", "@type": "xsd:string" },
    "vendor_id": { "@id": "zoho:vendor_id", "@type": "xsd:string" },
    "vendor_name": { "@id": "zoho:vendor_name", "@type": "xsd:string" },

    "contact_id": { "@id": "zoho:contact_id", "@type": "xsd:string" },
    "contact_name": { "@id": "zoho:contact_name", "@type": "xsd:string" },
    "email": { "@id": "schema:email", "@type": "xsd:string" },
    "phone": { "@id": "schema:telephone", "@type": "xsd:string" },

    "warehouse_id": { "@id": "zoho:warehouse_id", "@type": "xsd:string" },
    "warehouse_name": { "@id": "zoho:warehouse_name", "@type": "xsd:string" },
    "location_id": { "@id": "zoho:location_id", "@type": "xsd:string" },

    "shipment_id": { "@id": "zoho:shipment_id", "@type": "xsd:string" },
    "tracking_number": { "@id": "schema:trackingNumber", "@type": "xsd:string" },
    "carrier": { "@id": "zoho:carrier", "@type": "xsd:string" },

    "batch_id": { "@id": "zoho:batch_id", "@type": "xsd:string" },
    "batch_number": { "@id": "zoho:batch_number", "@type": "xsd:string" },
    "serial_number": { "@id": "zoho:serial_number", "@type": "xsd:string" },
    "expiry_date": { "@id": "zoho:expiry_date", "@type": "xsd:date" },

    "organization_id": { "@id": "zoho:organization_id", "@type": "xsd:string" },
    "user_id": { "@id": "zoho:user_id", "@type": "xsd:string" },

    "line_items": { "@id": "zoho:line_items", "@type": "@json" },
    "custom_fields": { "@id": "zoho:custom_fields", "@type": "@json" },
    "addresses": { "@id": "schema:address", "@type": "@json" },

    "created_time": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "last_modified_time": { "@id": "schema:dateModified", "@type": "xsd:dateTime" }
  },
  "@graph": [
    {
      "@type": "owl:Ontology",
      "@id": "https://www.zoho.com/inventory/api/v1/",
      "rdfs:label": "Zoho Inventory API Ontology",
      "rdfs:comment": "JSON-LD context and ontology for the Zoho Inventory REST API v1, covering items, contacts, orders, invoices, warehouses, shipments, batches, and more.",
      "owl:versionInfo": "1.0.0",
      "schema:url": "https://www.zoho.com/inventory/api/v1/introduction/"
    }
  ]
}