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#",
"BlogAuthor": "hubspot:BlogAuthor",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"slug": {
"@id": "hubspot:slug",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email"
},
"bio": {
"@id": "hubspot:bio",
"@type": "xsd:string"
},
"website": {
"@id": "hubspot:website",
"@type": "@id"
},
"twitter": {
"@id": "hubspot:twitter",
"@type": "xsd:string"
},
"facebook": {
"@id": "hubspot:facebook",
"@type": "xsd:string"
},
"linkedin": {
"@id": "hubspot:linkedin",
"@type": "xsd:string"
},
"avatar": {
"@id": "hubspot:avatar",
"@type": "@id"
},
"language": {
"@id": "hubspot:language",
"@type": "xsd:string"
},
"translatedFromId": {
"@id": "hubspot:translatedFromId",
"@type": "xsd:string"
},
"created": {
"@id": "hubspot:created",
"@type": "xsd:dateTime"
},
"updated": {
"@id": "hubspot:updated",
"@type": "xsd:dateTime"
},
"deletedAt": {
"@id": "hubspot:deletedAt",
"@type": "xsd:dateTime"
},
"BlogAuthorInput": "hubspot:BlogAuthorInput",
"BlogAuthorCollection": "hubspot:BlogAuthorCollection",
"total": {
"@id": "hubspot:total",
"@type": "xsd:integer"
},
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"BatchInputItem": "hubspot:BatchInputItem",
"properties": {
"@id": "hubspot:properties",
"@type": "@id"
},
"BatchInput": "hubspot:BatchInput",
"inputs": {
"@id": "hubspot:inputs",
"@container": "@set",
"@type": "@id"
},
"BatchReadInput": "hubspot:BatchReadInput",
"BatchCreateInput": "hubspot:BatchCreateInput",
"BatchArchiveInput": "hubspot:BatchArchiveInput",
"BatchResponse": "hubspot:BatchResponse",
"status": {
"@id": "hubspot:status",
"@type": "xsd:string"
},
"requestedAt": {
"@id": "hubspot:requestedAt",
"@type": "xsd:dateTime"
},
"startedAt": {
"@id": "hubspot:startedAt",
"@type": "xsd:dateTime"
},
"completedAt": {
"@id": "hubspot:completedAt",
"@type": "xsd:dateTime"
},
"links": {
"@id": "hubspot:links",
"@type": "@id"
},
"DetachFromLanguageGroupRequest": "hubspot:DetachFromLanguageGroupRequest",
"SetLanguagePrimaryRequest": "hubspot:SetLanguagePrimaryRequest",
"AttachToLanguageGroupRequest": "hubspot:AttachToLanguageGroupRequest",
"primaryId": {
"@id": "hubspot:primaryId",
"@type": "xsd:string"
},
"primaryLanguage": {
"@id": "hubspot:primaryLanguage",
"@type": "xsd:string"
},
"CreateLanguageVariationRequest": "hubspot:CreateLanguageVariationRequest",
"Paging": "hubspot:Paging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
},
"PagingNext": "hubspot:PagingNext",
"after": {
"@id": "hubspot:after",
"@type": "xsd:string"
},
"link": {
"@id": "hubspot:link",
"@type": "xsd:string"
}
}
}