HubSpot · JSON-LD Context
Hubspot Authors Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Authors Api from HubSpot.
15 Classes
30 Properties
4 Namespaces
Namespaces
hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
BlogAuthor
BlogAuthorInput
BlogAuthorCollection
BatchInputItem
BatchInput
BatchReadInput
BatchCreateInput
BatchArchiveInput
BatchResponse
DetachFromLanguageGroupRequest
SetLanguagePrimaryRequest
AttachToLanguageGroupRequest
CreateLanguageVariationRequest
Paging
PagingNext
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| name | ||
| slug | string | |
| bio | string | |
| website | reference | |
| string | ||
| string | ||
| string | ||
| avatar | reference | |
| language | string | |
| translatedFromId | string | |
| created | dateTime | |
| updated | dateTime | |
| deletedAt | dateTime | |
| total | integer | |
| results | reference | set |
| paging | reference | |
| properties | reference | |
| inputs | reference | set |
| status | string | |
| requestedAt | dateTime | |
| startedAt | dateTime | |
| completedAt | dateTime | |
| links | reference | |
| primaryId | string | |
| primaryLanguage | string | |
| next | reference | |
| after | string | |
| link | string |
JSON-LD Document
{
"@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"
}
}
}