WooCommerce · JSON-LD Context

Woocommerce Rest Api Shipping Context

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

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

ShippingMethod ShippingZone name

Properties

Property Type Container
id integer
instanceId integer
title string
order integer
enabled boolean
methodId string
methodTitle string
methodDescription 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#",
    "ShippingMethod": "woo:ShippingMethod",
    "id": {
      "@id": "woo:id",
      "@type": "xsd:integer"
    },
    "instanceId": {
      "@id": "woo:instance_id",
      "@type": "xsd:integer"
    },
    "title": {
      "@id": "woo:title",
      "@type": "xsd:string"
    },
    "order": {
      "@id": "woo:order",
      "@type": "xsd:integer"
    },
    "enabled": {
      "@id": "woo:enabled",
      "@type": "xsd:boolean"
    },
    "methodId": {
      "@id": "woo:method_id",
      "@type": "xsd:string"
    },
    "methodTitle": {
      "@id": "woo:method_title",
      "@type": "xsd:string"
    },
    "methodDescription": {
      "@id": "woo:method_description",
      "@type": "xsd:string"
    },
    "ShippingZone": "woo:ShippingZone",
    "name": "schema:name"
  }
}