HubSpot · JSON-LD Context
Hubspot Authors Context
JSON-LD context defining the semantic vocabulary for Hubspot Authors from HubSpot.
0 Classes
18 Properties
2 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
Properties
| Property | Type | Container |
|---|---|---|
| BlogAuthor | ||
| BlogAuthorInput | ||
| BlogAuthorCollection | ||
| BatchInputItem | ||
| BatchInput | ||
| BatchReadInput | ||
| BatchCreateInput | ||
| BatchArchiveInput | ||
| BatchResponse | ||
| DetachFromLanguageGroupRequest | ||
| SetLanguagePrimaryRequest | ||
| AttachToLanguageGroupRequest | ||
| CreateLanguageVariationRequest | ||
| Paging | ||
| PagingNext | ||
| StandardError | ||
| ErrorDetail | ||
| Error |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"BlogAuthor": {
"@id": "ns:BlogAuthor",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"slug": {
"@id": "ns:slug",
"@type": "xsd:string"
},
"email": {
"@id": "ns:email",
"@type": "xsd:string"
},
"bio": {
"@id": "ns:bio",
"@type": "xsd:string"
},
"website": {
"@id": "ns:website",
"@type": "xsd:string"
},
"twitter": {
"@id": "ns:twitter",
"@type": "xsd:string"
},
"facebook": {
"@id": "ns:facebook",
"@type": "xsd:string"
},
"linkedin": {
"@id": "ns:linkedin",
"@type": "xsd:string"
},
"avatar": {
"@id": "ns:avatar",
"@type": "xsd:string"
},
"language": {
"@id": "ns:language",
"@type": "xsd:string"
},
"translatedFromId": {
"@id": "ns:translatedFromId",
"@type": "xsd:string"
},
"created": {
"@id": "ns:created",
"@type": "xsd:string"
},
"updated": {
"@id": "ns:updated",
"@type": "xsd:string"
},
"deletedAt": {
"@id": "ns:deletedAt",
"@type": "xsd:string"
}
}
},
"BlogAuthorInput": {
"@id": "ns:BlogAuthorInput",
"@context": {
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"slug": {
"@id": "ns:slug",
"@type": "xsd:string"
},
"email": {
"@id": "ns:email",
"@type": "xsd:string"
},
"bio": {
"@id": "ns:bio",
"@type": "xsd:string"
},
"website": {
"@id": "ns:website",
"@type": "xsd:string"
},
"twitter": {
"@id": "ns:twitter",
"@type": "xsd:string"
},
"facebook": {
"@id": "ns:facebook",
"@type": "xsd:string"
},
"linkedin": {
"@id": "ns:linkedin",
"@type": "xsd:string"
},
"avatar": {
"@id": "ns:avatar",
"@type": "xsd:string"
}
}
},
"BlogAuthorCollection": {
"@id": "ns:BlogAuthorCollection",
"@context": {
"total": {
"@id": "ns:total",
"@type": "xsd:integer"
},
"results": "ns:results",
"paging": {
"@id": "ns:paging",
"@type": "xsd:string"
}
}
},
"BatchInputItem": {
"@id": "ns:BatchInputItem",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"properties": {
"@id": "ns:properties",
"@type": "xsd:string"
}
}
},
"BatchInput": {
"@id": "ns:BatchInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchReadInput": {
"@id": "ns:BatchReadInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchCreateInput": {
"@id": "ns:BatchCreateInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchArchiveInput": {
"@id": "ns:BatchArchiveInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchResponse": {
"@id": "ns:BatchResponse",
"@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"
},
"links": "ns:links"
}
},
"DetachFromLanguageGroupRequest": {
"@id": "ns:DetachFromLanguageGroupRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
}
}
},
"SetLanguagePrimaryRequest": {
"@id": "ns:SetLanguagePrimaryRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
}
}
},
"AttachToLanguageGroupRequest": {
"@id": "ns:AttachToLanguageGroupRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"language": {
"@id": "ns:language",
"@type": "xsd:string"
},
"primaryId": {
"@id": "ns:primaryId",
"@type": "xsd:string"
},
"primaryLanguage": {
"@id": "ns:primaryLanguage",
"@type": "xsd:string"
}
}
},
"CreateLanguageVariationRequest": {
"@id": "ns:CreateLanguageVariationRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"language": {
"@id": "ns:language",
"@type": "xsd:string"
}
}
},
"Paging": {
"@id": "ns:Paging",
"@context": {
"next": {
"@id": "ns:next",
"@type": "xsd:string"
}
}
},
"PagingNext": {
"@id": "ns:PagingNext",
"@context": {
"after": {
"@id": "ns:after",
"@type": "xsd:string"
},
"link": {
"@id": "ns:link",
"@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"
}
}
}
}