WooCommerce · JSON-LD Context

Woocommerce Store Api Attribute Context

JSON-LD context defining the semantic vocabulary for Woocommerce Store Api Attribute from WooCommerce.

3 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

woo: https://woocommerce.dev/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

AttributeTerm name description

Properties

Property Type Container
id integer
slug string
count integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "woo": "https://woocommerce.dev/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "AttributeTerm": "woo:AttributeTerm",
    "id": {
      "@id": "woo:id",
      "@type": "xsd:integer"
    },
    "name": "schema:name",
    "slug": {
      "@id": "woo:slug",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "count": {
      "@id": "woo:count",
      "@type": "xsd:integer"
    }
  }
}