HubSpot · JSON-LD Context

Hubspot Engagement Notes Association Context

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

2 Classes 4 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

AssociationInput AssociationType

Properties

Property Type Container
to reference
types reference set
associationCategory string
associationTypeId 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#",
    "AssociationInput": "hubspot:AssociationInput",
    "to": {
      "@id": "hubspot:to",
      "@type": "@id"
    },
    "types": {
      "@id": "hubspot:types",
      "@container": "@set",
      "@type": "@id"
    },
    "AssociationType": "hubspot:AssociationType",
    "associationCategory": {
      "@id": "hubspot:associationCategory",
      "@type": "xsd:string"
    },
    "associationTypeId": {
      "@id": "hubspot:associationTypeId",
      "@type": "xsd:integer"
    }
  }
}