Etsy · JSON-LD Context

Etsy Webhooks Context

JSON-LD context defining the semantic vocabulary for Etsy Webhooks from Etsy.

1 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

etsy: https://developers.etsy.com/vocab/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

WebhookEnvelope

Properties

Property Type Container
eventType string
resourceUrl reference
shopId string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "etsy": "https://developers.etsy.com/vocab/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "WebhookEnvelope": "etsy:WebhookEnvelope",
    "eventType": {
      "@id": "etsy:event_type",
      "@type": "xsd:string"
    },
    "resourceUrl": {
      "@id": "etsy:resource_url",
      "@type": "@id"
    },
    "shopId": {
      "@id": "etsy:shop_id",
      "@type": "xsd:string"
    }
  }
}