ERPNext · JSON-LD Context

context Context

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

10 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

erpnext: https://erpnext.com/vocab/
frappe: https://frappe.io/vocab/
aid: https://apis.io/vocab/aid

Classes

name doctype docstatus Customer Employee SalesInvoice PurchaseInvoice Supplier Lead Company

Properties

Property Type Container
owner reference
creation dateTime
modified dateTime
modified_by reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "erpnext": "https://erpnext.com/vocab/",
    "frappe": "https://frappe.io/vocab/",
    "aid": "https://apis.io/vocab/aid",
    "name": "@id",
    "doctype": "frappe:doctype",
    "owner": {
      "@id": "schema:creator",
      "@type": "@id"
    },
    "creation": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modified": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "modified_by": {
      "@id": "schema:editor",
      "@type": "@id"
    },
    "docstatus": "frappe:documentStatus",
    "Customer": "schema:Organization",
    "Employee": "schema:Person",
    "SalesInvoice": "schema:Invoice",
    "PurchaseInvoice": "schema:Invoice",
    "Supplier": "schema:Organization",
    "Lead": "schema:Person",
    "Company": "schema:Organization"
  }
}