WooCommerce · JSON-LD Context
Woocommerce Store Api Store Product Context
JSON-LD context defining the semantic vocabulary for Woocommerce Store Api Store Product from WooCommerce.
7 Classes
26 Properties
4 Namespaces
Namespaces
woo:
https://woocommerce.dev/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
StoreProductAttribute
name
StoreProductCategory
description
StoreProductImage
StoreProductPrice
StoreProductTag
Properties
| Property | Type | Container |
|---|---|---|
| id | integer | |
| taxonomy | string | |
| hasArchives | boolean | |
| order | string | |
| count | integer | |
| slug | string | |
| parent | integer | |
| link | reference | |
| image | reference | |
| src | reference | |
| thumbnail | reference | |
| srcset | string | |
| sizes | string | |
| alt | string | |
| price | string | |
| regularPrice | string | |
| salePrice | string | |
| priceRange | reference | |
| minAmount | string | |
| maxAmount | string | |
| currencyCode | string | |
| currencySymbol | string | |
| currencyDecimalSeparator | string | |
| currencyThousandSeparator | string | |
| currencyPrefix | string | |
| currencySuffix | string |
JSON-LD Document
{
"@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#",
"StoreProductAttribute": "woo:StoreProductAttribute",
"id": {
"@id": "woo:id",
"@type": "xsd:integer"
},
"name": "schema:name",
"taxonomy": {
"@id": "woo:taxonomy",
"@type": "xsd:string"
},
"hasArchives": {
"@id": "woo:has_archives",
"@type": "xsd:boolean"
},
"order": {
"@id": "woo:order",
"@type": "xsd:string"
},
"count": {
"@id": "woo:count",
"@type": "xsd:integer"
},
"StoreProductCategory": "woo:StoreProductCategory",
"slug": {
"@id": "woo:slug",
"@type": "xsd:string"
},
"description": "schema:description",
"parent": {
"@id": "woo:parent",
"@type": "xsd:integer"
},
"link": {
"@id": "woo:link",
"@type": "@id"
},
"image": {
"@id": "woo:image",
"@type": "@id"
},
"src": {
"@id": "woo:src",
"@type": "@id"
},
"thumbnail": {
"@id": "woo:thumbnail",
"@type": "@id"
},
"srcset": {
"@id": "woo:srcset",
"@type": "xsd:string"
},
"sizes": {
"@id": "woo:sizes",
"@type": "xsd:string"
},
"alt": {
"@id": "woo:alt",
"@type": "xsd:string"
},
"StoreProductImage": "woo:StoreProductImage",
"StoreProductPrice": "woo:StoreProductPrice",
"price": {
"@id": "woo:price",
"@type": "xsd:string"
},
"regularPrice": {
"@id": "woo:regular_price",
"@type": "xsd:string"
},
"salePrice": {
"@id": "woo:sale_price",
"@type": "xsd:string"
},
"priceRange": {
"@id": "woo:price_range",
"@type": "@id"
},
"minAmount": {
"@id": "woo:min_amount",
"@type": "xsd:string"
},
"maxAmount": {
"@id": "woo:max_amount",
"@type": "xsd:string"
},
"currencyCode": {
"@id": "woo:currency_code",
"@type": "xsd:string"
},
"currencySymbol": {
"@id": "woo:currency_symbol",
"@type": "xsd:string"
},
"currencyDecimalSeparator": {
"@id": "woo:currency_decimal_separator",
"@type": "xsd:string"
},
"currencyThousandSeparator": {
"@id": "woo:currency_thousand_separator",
"@type": "xsd:string"
},
"currencyPrefix": {
"@id": "woo:currency_prefix",
"@type": "xsd:string"
},
"currencySuffix": {
"@id": "woo:currency_suffix",
"@type": "xsd:string"
},
"StoreProductTag": "woo:StoreProductTag"
}
}