hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
{
"@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#",
"Contact": "hubspot:Contact",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"properties": {
"@id": "hubspot:properties",
"@type": "@id"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "hubspot:updatedAt",
"@type": "xsd:dateTime"
},
"archived": {
"@id": "hubspot:archived",
"@type": "xsd:boolean"
},
"associations": {
"@id": "hubspot:associations",
"@type": "@id"
},
"CollectionResponseContact": "hubspot:CollectionResponseContact",
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"BatchResponseContact": "hubspot:BatchResponseContact",
"status": {
"@id": "hubspot:status",
"@type": "xsd:string"
},
"completedAt": {
"@id": "hubspot:completedAt",
"@type": "xsd:dateTime"
},
"SimplePublicObjectInput": "hubspot:SimplePublicObjectInput",
"BatchReadInput": "hubspot:BatchReadInput",
"inputs": {
"@id": "hubspot:inputs",
"@container": "@set",
"@type": "@id"
},
"BatchCreateInput": "hubspot:BatchCreateInput",
"BatchUpdateInput": "hubspot:BatchUpdateInput",
"BatchArchiveInput": "hubspot:BatchArchiveInput",
"SearchRequest": "hubspot:SearchRequest",
"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"
},
"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"
},
"Association": "hubspot:Association",
"type": {
"@id": "hubspot:type",
"@type": "xsd:string"
},
"CollectionResponseAssociation": "hubspot:CollectionResponseAssociation",
"Paging": "hubspot:Paging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
}
}
}