HubSpot · JSON-LD Context

Hubspot Engagement Notes Property Context

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

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

PropertyHistory

Properties

Property Type Container
value string
timestamp dateTime
sourceType string
sourceId string
sourceLabel string
updatedByUserId integer

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#",
    "PropertyHistory": "hubspot:PropertyHistory",
    "value": {
      "@id": "hubspot:value",
      "@type": "xsd:string"
    },
    "timestamp": {
      "@id": "hubspot:timestamp",
      "@type": "xsd:dateTime"
    },
    "sourceType": {
      "@id": "hubspot:sourceType",
      "@type": "xsd:string"
    },
    "sourceId": {
      "@id": "hubspot:sourceId",
      "@type": "xsd:string"
    },
    "sourceLabel": {
      "@id": "hubspot:sourceLabel",
      "@type": "xsd:string"
    },
    "updatedByUserId": {
      "@id": "hubspot:updatedByUserId",
      "@type": "xsd:integer"
    }
  }
}