WooCommerce · JSON-LD Context

Woocommerce Webhook Schema.Json Context

JSON-LD context defining the semantic vocabulary for Woocommerce Webhook Schema.Json from WooCommerce.

4 Classes 10 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

WooCommerce Webhook name dateCreated dateModified

Properties

Property Type Container
id integer
status string
topic string
resource string
event string
hooks string set
deliveryUrl reference
secret string
dateCreatedGmt dateTime
dateModifiedGmt dateTime

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#",
    "WooCommerce Webhook": "woo:WooCommerce Webhook",
    "id": {
      "@id": "woo:id",
      "@type": "xsd:integer"
    },
    "name": "schema:name",
    "status": {
      "@id": "woo:status",
      "@type": "xsd:string"
    },
    "topic": {
      "@id": "woo:topic",
      "@type": "xsd:string"
    },
    "resource": {
      "@id": "woo:resource",
      "@type": "xsd:string"
    },
    "event": {
      "@id": "woo:event",
      "@type": "xsd:string"
    },
    "hooks": {
      "@id": "woo:hooks",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "deliveryUrl": {
      "@id": "woo:delivery_url",
      "@type": "@id"
    },
    "secret": {
      "@id": "woo:secret",
      "@type": "xsd:string"
    },
    "dateCreated": "schema:dateCreated",
    "dateCreatedGmt": {
      "@id": "woo:date_created_gmt",
      "@type": "xsd:dateTime"
    },
    "dateModified": "schema:dateModified",
    "dateModifiedGmt": {
      "@id": "woo:date_modified_gmt",
      "@type": "xsd:dateTime"
    }
  }
}