WooCommerce · JSON-LD Context

Woocommerce Rest Api System Context

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

3 Classes 14 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

SystemStatus name version

Properties

Property Type Container
environment reference
homeUrl reference
siteUrl reference
wcVersion string
wpVersion string
phpVersion string
phpMemoryLimit string
phpMaxUploadSize string
mysqlVersion string
logDirectoryWritable boolean
activePlugins set
theme reference
authorUrl reference
isChildTheme boolean

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#",
    "SystemStatus": "woo:SystemStatus",
    "environment": {
      "@id": "woo:environment",
      "@type": "@id"
    },
    "homeUrl": {
      "@id": "woo:home_url",
      "@type": "@id"
    },
    "siteUrl": {
      "@id": "woo:site_url",
      "@type": "@id"
    },
    "wcVersion": {
      "@id": "woo:wc_version",
      "@type": "xsd:string"
    },
    "wpVersion": {
      "@id": "woo:wp_version",
      "@type": "xsd:string"
    },
    "phpVersion": {
      "@id": "woo:php_version",
      "@type": "xsd:string"
    },
    "phpMemoryLimit": {
      "@id": "woo:php_memory_limit",
      "@type": "xsd:string"
    },
    "phpMaxUploadSize": {
      "@id": "woo:php_max_upload_size",
      "@type": "xsd:string"
    },
    "mysqlVersion": {
      "@id": "woo:mysql_version",
      "@type": "xsd:string"
    },
    "logDirectoryWritable": {
      "@id": "woo:log_directory_writable",
      "@type": "xsd:boolean"
    },
    "activePlugins": {
      "@id": "woo:active_plugins",
      "@container": "@set"
    },
    "theme": {
      "@id": "woo:theme",
      "@type": "@id"
    },
    "name": "schema:name",
    "version": "schema:version",
    "authorUrl": {
      "@id": "woo:author_url",
      "@type": "@id"
    },
    "isChildTheme": {
      "@id": "woo:is_child_theme",
      "@type": "xsd:boolean"
    }
  }
}