WooCommerce · JSON-LD Context

Woocommerce Rest Api Product Category Context

JSON-LD context defining the semantic vocabulary for Woocommerce Rest Api Product Category 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

ProductCategoryInput name description

Properties

Property Type Container
slug string
parent integer
display string

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#",
    "ProductCategoryInput": "woo:ProductCategoryInput",
    "name": "schema:name",
    "slug": {
      "@id": "woo:slug",
      "@type": "xsd:string"
    },
    "parent": {
      "@id": "woo:parent",
      "@type": "xsd:integer"
    },
    "description": "schema:description",
    "display": {
      "@id": "woo:display",
      "@type": "xsd:string"
    }
  }
}