Texas Instruments · JSON-LD Context

Texas Instruments Context

JSON-LD context defining the semantic vocabulary for Texas Instruments from Texas Instruments.

3 Classes 26 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: http://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
gs1: https://www.gs1.org/voc/

Classes

Product description Order

Properties

Property Type Container
tiPartNumber string
genericPartNumber string
packageType string
pinCount integer
lifeCycle string
quantity integer
minimumOrderQuantity integer
pricing reference
priceBreaks reference
priceBreakQuantity integer
price decimal
currency string
eccn string
htsCode string
rohs boolean
aecQ100 boolean
orderNumber string
orderStatus string
lineItems reference
totalPrice decimal
shippingAddress reference
billingAddress reference
trackingNumber string
carrier string
dataSheetUrl reference
productPageUrl reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.ti.com/api/v1/",
    "schema": "http://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "gs1": "https://www.gs1.org/voc/",

    "Product": "schema:Product",
    "tiPartNumber": {
      "@id": "schema:sku",
      "@type": "xsd:string"
    },
    "genericPartNumber": {
      "@id": "schema:productID",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "packageType": {
      "@id": "https://schema.ti.com/api/v1/packageType",
      "@type": "xsd:string"
    },
    "pinCount": {
      "@id": "https://schema.ti.com/api/v1/pinCount",
      "@type": "xsd:integer"
    },
    "lifeCycle": {
      "@id": "schema:itemCondition",
      "@type": "xsd:string"
    },
    "quantity": {
      "@id": "schema:inventoryLevel",
      "@type": "xsd:integer"
    },
    "minimumOrderQuantity": {
      "@id": "schema:orderQuantity",
      "@type": "xsd:integer"
    },
    "pricing": {
      "@id": "schema:offers",
      "@type": "@id"
    },
    "priceBreaks": {
      "@id": "schema:priceSpecification",
      "@type": "@id"
    },
    "priceBreakQuantity": {
      "@id": "schema:eligibleQuantity",
      "@type": "xsd:integer"
    },
    "price": {
      "@id": "schema:price",
      "@type": "xsd:decimal"
    },
    "currency": {
      "@id": "schema:priceCurrency",
      "@type": "xsd:string"
    },
    "eccn": {
      "@id": "https://schema.ti.com/api/v1/eccn",
      "@type": "xsd:string"
    },
    "htsCode": {
      "@id": "gs1:additionalProductDescription",
      "@type": "xsd:string"
    },
    "rohs": {
      "@id": "https://schema.ti.com/api/v1/rohsCompliant",
      "@type": "xsd:boolean"
    },
    "aecQ100": {
      "@id": "https://schema.ti.com/api/v1/aecQ100",
      "@type": "xsd:boolean"
    },
    "Order": "schema:Order",
    "orderNumber": {
      "@id": "schema:orderNumber",
      "@type": "xsd:string"
    },
    "orderStatus": {
      "@id": "schema:orderStatus",
      "@type": "xsd:string"
    },
    "lineItems": {
      "@id": "schema:orderedItem",
      "@type": "@id"
    },
    "totalPrice": {
      "@id": "schema:totalPaymentDue",
      "@type": "xsd:decimal"
    },
    "shippingAddress": {
      "@id": "schema:deliveryAddress",
      "@type": "@id"
    },
    "billingAddress": {
      "@id": "schema:billingAddress",
      "@type": "@id"
    },
    "trackingNumber": {
      "@id": "schema:trackingNumber",
      "@type": "xsd:string"
    },
    "carrier": {
      "@id": "schema:deliveryMethod",
      "@type": "xsd:string"
    },
    "dataSheetUrl": {
      "@id": "schema:subjectOf",
      "@type": "@id"
    },
    "productPageUrl": {
      "@id": "schema:url",
      "@type": "@id"
    }
  }
}