WooCommerce · JSON-LD Context

Woocommerce Rest Api Order Note Context

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

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

OrderNoteInput

Properties

Property Type Container
note string
customerNote boolean
addedByUser boolean

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#",
    "OrderNoteInput": "woo:OrderNoteInput",
    "note": {
      "@id": "woo:note",
      "@type": "xsd:string"
    },
    "customerNote": {
      "@id": "woo:customer_note",
      "@type": "xsd:boolean"
    },
    "addedByUser": {
      "@id": "woo:added_by_user",
      "@type": "xsd:boolean"
    }
  }
}