{ "@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" } } }