HubSpot · JSON-LD Context

Hubspot Engagement Notes Next Context

JSON-LD context defining the semantic vocabulary for Hubspot Engagement Notes Next 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

NextPage

Properties

Property Type Container
after string
link 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#",
    "NextPage": "hubspot:NextPage",
    "after": {
      "@id": "hubspot:after",
      "@type": "xsd:string"
    },
    "link": {
      "@id": "hubspot:link",
      "@type": "xsd:string"
    }
  }
}