HubSpot · JSON-LD Context

Hubspot Engagement Notes Gdpr Context

JSON-LD context defining the semantic vocabulary for Hubspot Engagement Notes Gdpr from HubSpot.

1 Classes 2 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

GdprDeleteRequest

Properties

Property Type Container
objectId string
idProperty string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "hubspot": "https://developers.hubspot.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "GdprDeleteRequest": "hubspot:GdprDeleteRequest",
    "objectId": {
      "@id": "hubspot:objectId",
      "@type": "xsd:string"
    },
    "idProperty": {
      "@id": "hubspot:idProperty",
      "@type": "xsd:string"
    }
  }
}