Hubspot Engagement Notes Note Context
JSON-LD context defining the semantic vocabulary for Hubspot Engagement Notes Note from HubSpot.
6 Classes
16 Properties
4 Namespaces
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
Note
NoteCollectionResponse
NoteSearchResponse
NoteCreateRequest
NoteUpdateRequest
NoteSearchRequest
Properties
| Property |
Type |
Container |
| id |
string |
|
| properties |
reference |
|
| propertiesWithHistory |
reference |
|
| createdAt |
dateTime |
|
| updatedAt |
dateTime |
|
| archived |
boolean |
|
| archivedAt |
dateTime |
|
| results |
reference |
set |
| paging |
reference |
|
| total |
integer |
|
| associations |
reference |
set |
| filterGroups |
reference |
set |
| sorts |
reference |
set |
| query |
string |
|
| limit |
integer |
|
| after |
string |
|
JSON-LD Document
{
"@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#",
"Note": "hubspot:Note",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"properties": {
"@id": "hubspot:properties",
"@type": "@id"
},
"propertiesWithHistory": {
"@id": "hubspot:propertiesWithHistory",
"@type": "@id"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "hubspot:updatedAt",
"@type": "xsd:dateTime"
},
"archived": {
"@id": "hubspot:archived",
"@type": "xsd:boolean"
},
"archivedAt": {
"@id": "hubspot:archivedAt",
"@type": "xsd:dateTime"
},
"NoteCollectionResponse": "hubspot:NoteCollectionResponse",
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"NoteSearchResponse": "hubspot:NoteSearchResponse",
"total": {
"@id": "hubspot:total",
"@type": "xsd:integer"
},
"NoteCreateRequest": "hubspot:NoteCreateRequest",
"associations": {
"@id": "hubspot:associations",
"@container": "@set",
"@type": "@id"
},
"NoteUpdateRequest": "hubspot:NoteUpdateRequest",
"NoteSearchRequest": "hubspot:NoteSearchRequest",
"filterGroups": {
"@id": "hubspot:filterGroups",
"@container": "@set",
"@type": "@id"
},
"sorts": {
"@id": "hubspot:sorts",
"@container": "@set",
"@type": "@id"
},
"query": {
"@id": "hubspot:query",
"@type": "xsd:string"
},
"limit": {
"@id": "hubspot:limit",
"@type": "xsd:integer"
},
"after": {
"@id": "hubspot:after",
"@type": "xsd:string"
}
}
}