WooCommerce · JSON-LD Context

Woocommerce Rest Api Meta Context

JSON-LD context defining the semantic vocabulary for Woocommerce Rest Api Meta from WooCommerce.

1 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

MetaData

Properties

Property Type Container
id integer
key string
value 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#",
    "MetaData": "woo:MetaData",
    "id": {
      "@id": "woo:id",
      "@type": "xsd:integer"
    },
    "key": {
      "@id": "woo:key",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "woo:value",
      "@type": "xsd:string"
    }
  }
}