WooCommerce · JSON-LD Context

Woocommerce Rest Api Payment Context

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

2 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

PaymentGateway description

Properties

Property Type Container
id string
title string
order integer
enabled boolean
methodTitle string
methodDescription string
methodSupports string set
settings reference

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#",
    "PaymentGateway": "woo:PaymentGateway",
    "id": {
      "@id": "woo:id",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "woo:title",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "order": {
      "@id": "woo:order",
      "@type": "xsd:integer"
    },
    "enabled": {
      "@id": "woo:enabled",
      "@type": "xsd:boolean"
    },
    "methodTitle": {
      "@id": "woo:method_title",
      "@type": "xsd:string"
    },
    "methodDescription": {
      "@id": "woo:method_description",
      "@type": "xsd:string"
    },
    "methodSupports": {
      "@id": "woo:method_supports",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "settings": {
      "@id": "woo:settings",
      "@type": "@id"
    }
  }
}