HubSpot · JSON-LD Context

Hubspot Engagement Notes Filter Context

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

2 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

FilterGroup Filter

Properties

Property Type Container
filters reference set
propertyName string
operator string
value string
values string set
highValue 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#",
    "FilterGroup": "hubspot:FilterGroup",
    "filters": {
      "@id": "hubspot:filters",
      "@container": "@set",
      "@type": "@id"
    },
    "Filter": "hubspot:Filter",
    "propertyName": {
      "@id": "hubspot:propertyName",
      "@type": "xsd:string"
    },
    "operator": {
      "@id": "hubspot:operator",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "hubspot:value",
      "@type": "xsd:string"
    },
    "values": {
      "@id": "hubspot:values",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "highValue": {
      "@id": "hubspot:highValue",
      "@type": "xsd:string"
    }
  }
}