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#",
"List": "hubspot:List",
"listId": {
"@id": "hubspot:listId",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"listType": {
"@id": "hubspot:listType",
"@type": "xsd:string"
},
"objectTypeId": {
"@id": "hubspot:objectTypeId",
"@type": "xsd:string"
},
"processingStatus": {
"@id": "hubspot:processingStatus",
"@type": "xsd:string"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "hubspot:updatedAt",
"@type": "xsd:dateTime"
},
"filterBranch": {
"@id": "hubspot:filterBranch",
"@type": "@id"
},
"memberCount": {
"@id": "hubspot:memberCount",
"@type": "xsd:integer"
},
"CollectionResponseList": "hubspot:CollectionResponseList",
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"ListCreateRequest": "hubspot:ListCreateRequest",
"processingType": {
"@id": "hubspot:processingType",
"@type": "xsd:string"
},
"Membership": "hubspot:Membership",
"recordId": {
"@id": "hubspot:recordId",
"@type": "xsd:string"
},
"addedAt": {
"@id": "hubspot:addedAt",
"@type": "xsd:dateTime"
},
"CollectionResponseMembership": "hubspot:CollectionResponseMembership",
"MembershipChangeRequest": "hubspot:MembershipChangeRequest",
"recordIdsToAdd": {
"@id": "hubspot:recordIdsToAdd",
"@container": "@set",
"@type": "xsd:string"
},
"recordIdsToRemove": {
"@id": "hubspot:recordIdsToRemove",
"@container": "@set",
"@type": "xsd:string"
},
"MembershipChangeResponse": "hubspot:MembershipChangeResponse",
"recordIdsAdded": {
"@id": "hubspot:recordIdsAdded",
"@container": "@set",
"@type": "xsd:string"
},
"recordIdsAlreadyMember": {
"@id": "hubspot:recordIdsAlreadyMember",
"@container": "@set",
"@type": "xsd:string"
},
"recordIdsRemoved": {
"@id": "hubspot:recordIdsRemoved",
"@container": "@set",
"@type": "xsd:string"
},
"recordIdsMissing": {
"@id": "hubspot:recordIdsMissing",
"@container": "@set",
"@type": "xsd:string"
},
"Paging": "hubspot:Paging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
}
}
}