WooCommerce · JSON-LD Context

Woocommerce Rest Api Webhook Context

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

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

WebhookInput name

Properties

Property Type Container
status string
topic string
deliveryUrl reference
secret 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#",
    "WebhookInput": "woo:WebhookInput",
    "name": "schema:name",
    "status": {
      "@id": "woo:status",
      "@type": "xsd:string"
    },
    "topic": {
      "@id": "woo:topic",
      "@type": "xsd:string"
    },
    "deliveryUrl": {
      "@id": "woo:delivery_url",
      "@type": "@id"
    },
    "secret": {
      "@id": "woo:secret",
      "@type": "xsd:string"
    }
  }
}