HubSpot · JSON-LD Context
Hubspot Crm Associations Context
JSON-LD context defining the semantic vocabulary for Hubspot Crm Associations from HubSpot.
0 Classes
22 Properties
2 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
Properties
| Property | Type | Container |
|---|---|---|
| Association | ||
| AssociationType | ||
| AssociationDefinition | ||
| AssociationLabel | ||
| CreateAssociationInput | ||
| ObjectReference | ||
| AssociationTypeInput | ||
| BatchAssociationReadInput | ||
| BatchAssociationCreateInput | ||
| BatchAssociationCreateItem | ||
| BatchAssociationArchiveInput | ||
| BatchAssociationArchiveItem | ||
| CreateLabelInput | ||
| AssociationResult | ||
| BatchAssociationResponse | ||
| PagingNext | ||
| Paging | ||
| AssociationDefinitionCollection | ||
| AssociationLabelCollection | ||
| StandardError | ||
| ErrorDetail | ||
| Error |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"Association": {
"@id": "ns:Association",
"@context": {
"toObjectId": {
"@id": "ns:toObjectId",
"@type": "xsd:string"
},
"associationTypes": "ns:associationTypes"
}
},
"AssociationType": {
"@id": "ns:AssociationType",
"@context": {
"associationCategory": {
"@id": "ns:associationCategory",
"@type": "xsd:string"
},
"associationTypeId": {
"@id": "ns:associationTypeId",
"@type": "xsd:integer"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
}
}
},
"AssociationDefinition": {
"@id": "ns:AssociationDefinition",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"fromObjectTypeId": {
"@id": "ns:fromObjectTypeId",
"@type": "xsd:string"
},
"toObjectTypeId": {
"@id": "ns:toObjectTypeId",
"@type": "xsd:string"
},
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"inverseLabel": {
"@id": "ns:inverseLabel",
"@type": "xsd:string"
},
"category": {
"@id": "ns:category",
"@type": "xsd:string"
}
}
},
"AssociationLabel": {
"@id": "ns:AssociationLabel",
"@context": {
"typeId": {
"@id": "ns:typeId",
"@type": "xsd:integer"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"category": {
"@id": "ns:category",
"@type": "xsd:string"
}
}
},
"CreateAssociationInput": {
"@id": "ns:CreateAssociationInput",
"@context": {
"to": {
"@id": "ns:to",
"@type": "xsd:string"
},
"types": "ns:types"
}
},
"ObjectReference": {
"@id": "ns:ObjectReference",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
}
}
},
"AssociationTypeInput": {
"@id": "ns:AssociationTypeInput",
"@context": {
"associationCategory": {
"@id": "ns:associationCategory",
"@type": "xsd:string"
},
"associationTypeId": {
"@id": "ns:associationTypeId",
"@type": "xsd:integer"
}
}
},
"BatchAssociationReadInput": {
"@id": "ns:BatchAssociationReadInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchAssociationCreateInput": {
"@id": "ns:BatchAssociationCreateInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchAssociationCreateItem": {
"@id": "ns:BatchAssociationCreateItem",
"@context": {
"from": {
"@id": "ns:from",
"@type": "xsd:string"
},
"to": {
"@id": "ns:to",
"@type": "xsd:string"
},
"types": "ns:types"
}
},
"BatchAssociationArchiveInput": {
"@id": "ns:BatchAssociationArchiveInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchAssociationArchiveItem": {
"@id": "ns:BatchAssociationArchiveItem",
"@context": {
"from": {
"@id": "ns:from",
"@type": "xsd:string"
},
"to": {
"@id": "ns:to",
"@type": "xsd:string"
},
"types": "ns:types"
}
},
"CreateLabelInput": {
"@id": "ns:CreateLabelInput",
"@context": {
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"inverseLabel": {
"@id": "ns:inverseLabel",
"@type": "xsd:string"
}
}
},
"AssociationResult": {
"@id": "ns:AssociationResult",
"@context": {
"from": {
"@id": "ns:from",
"@type": "xsd:string"
},
"to": "ns:to",
"paging": {
"@id": "ns:paging",
"@type": "xsd:string"
}
}
},
"BatchAssociationResponse": {
"@id": "ns:BatchAssociationResponse",
"@context": {
"status": {
"@id": "ns:status",
"@type": "xsd:string"
},
"results": "ns:results",
"requestedAt": {
"@id": "ns:requestedAt",
"@type": "xsd:string"
},
"startedAt": {
"@id": "ns:startedAt",
"@type": "xsd:string"
},
"completedAt": {
"@id": "ns:completedAt",
"@type": "xsd:string"
},
"numErrors": {
"@id": "ns:numErrors",
"@type": "xsd:integer"
},
"errors": "ns:errors",
"links": "ns:links"
}
},
"PagingNext": {
"@id": "ns:PagingNext",
"@context": {
"after": {
"@id": "ns:after",
"@type": "xsd:string"
},
"link": {
"@id": "ns:link",
"@type": "xsd:string"
}
}
},
"Paging": {
"@id": "ns:Paging",
"@context": {
"next": {
"@id": "ns:next",
"@type": "xsd:string"
}
}
},
"AssociationDefinitionCollection": {
"@id": "ns:AssociationDefinitionCollection",
"@context": {
"results": "ns:results",
"paging": {
"@id": "ns:paging",
"@type": "xsd:string"
}
}
},
"AssociationLabelCollection": {
"@id": "ns:AssociationLabelCollection",
"@context": {
"results": "ns:results",
"paging": {
"@id": "ns:paging",
"@type": "xsd:string"
}
}
},
"StandardError": {
"@id": "ns:StandardError",
"@context": {
"status": {
"@id": "ns:status",
"@type": "xsd:string"
},
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"category": {
"@id": "ns:category",
"@type": "xsd:string"
},
"message": {
"@id": "ns:message",
"@type": "xsd:string"
},
"errors": "ns:errors",
"context": "ns:context",
"links": "ns:links"
}
},
"ErrorDetail": {
"@id": "ns:ErrorDetail",
"@context": {
"message": {
"@id": "ns:message",
"@type": "xsd:string"
},
"code": {
"@id": "ns:code",
"@type": "xsd:string"
},
"subCategory": {
"@id": "ns:subCategory",
"@type": "xsd:string"
},
"in": {
"@id": "ns:in",
"@type": "xsd:string"
},
"context": "ns:context"
}
},
"Error": {
"@id": "ns:Error",
"@context": {
"category": {
"@id": "ns:category",
"@type": "xsd:string"
},
"correlationId": {
"@id": "ns:correlationId",
"@type": "xsd:string"
},
"message": {
"@id": "ns:message",
"@type": "xsd:string"
},
"subCategory": {
"@id": "ns:subCategory",
"@type": "xsd:string"
},
"context": "ns:context",
"links": "ns:links",
"errors": "ns:errors"
}
}
}
}