HubSpot · JSON-LD Context

Hubspot Engagement Notes Paging Context

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

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

Paging

Properties

Property Type Container
next reference

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#",
    "Paging": "hubspot:Paging",
    "next": {
      "@id": "hubspot:next",
      "@type": "@id"
    }
  }
}