WooCommerce · JSON-LD Context

Woocommerce Rest Api Payment Gateway Context

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

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

PaymentGatewayInput

Properties

Property Type Container
enabled boolean
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#",
    "PaymentGatewayInput": "woo:PaymentGatewayInput",
    "enabled": {
      "@id": "woo:enabled",
      "@type": "xsd:boolean"
    },
    "settings": {
      "@id": "woo:settings",
      "@type": "@id"
    }
  }
}