HubSpot · JSON-LD Context
Hubspot Blog Posts Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Blog Posts Api from HubSpot.
19 Classes
52 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
BlogPost
BlogPostInput
BlogPostCollection
ScheduleRequest
CloneRequest
PushLiveRequest
ResetDraftRequest
RestorePreviousVersionRequest
VersionHistory
BatchInputItem
BatchInput
BatchResponse
DetachFromLanguageGroupRequest
SetLanguagePrimaryRequest
AttachToLanguageGroupRequest
CreateLanguageVariationRequest
Paging
PagingNext
PagingPrevious
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| name | ||
| slug | string | |
| htmlTitle | string | |
| postBody | string | |
| postSummary | string | |
| blogAuthorId | string | |
| authorName | string | |
| contentGroupId | string | |
| campaign | string | |
| categoryId | integer | |
| state | string | |
| currentState | string | |
| publishDate | dateTime | |
| created | dateTime | |
| updated | dateTime | |
| archivedAt | dateTime | |
| currentlyPublished | boolean | |
| domain | string | |
| featuredImage | string | |
| featuredImageAltText | string | |
| metaDescription | string | |
| headHtml | string | |
| footerHtml | string | |
| language | string | |
| translatedFromId | string | |
| tagIds | integer | set |
| useFeaturedImage | boolean | |
| url | ||
| abStatus | string | |
| abTestId | string | |
| folderId | string | |
| total | integer | |
| results | reference | set |
| paging | reference | |
| revisionId | string | |
| object | reference | |
| user | reference | |
| timestamp | dateTime | |
| inputs | reference | set |
| status | string | |
| requestedAt | dateTime | |
| startedAt | dateTime | |
| completedAt | dateTime | |
| links | reference | |
| primaryId | string | |
| primaryLanguage | string | |
| next | reference | |
| prev | reference | |
| after | string | |
| link | string | |
| before | 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#",
"BlogPost": "hubspot:BlogPost",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"slug": {
"@id": "hubspot:slug",
"@type": "xsd:string"
},
"htmlTitle": {
"@id": "hubspot:htmlTitle",
"@type": "xsd:string"
},
"postBody": {
"@id": "hubspot:postBody",
"@type": "xsd:string"
},
"postSummary": {
"@id": "hubspot:postSummary",
"@type": "xsd:string"
},
"blogAuthorId": {
"@id": "hubspot:blogAuthorId",
"@type": "xsd:string"
},
"authorName": {
"@id": "hubspot:authorName",
"@type": "xsd:string"
},
"contentGroupId": {
"@id": "hubspot:contentGroupId",
"@type": "xsd:string"
},
"campaign": {
"@id": "hubspot:campaign",
"@type": "xsd:string"
},
"categoryId": {
"@id": "hubspot:categoryId",
"@type": "xsd:integer"
},
"state": {
"@id": "hubspot:state",
"@type": "xsd:string"
},
"currentState": {
"@id": "hubspot:currentState",
"@type": "xsd:string"
},
"publishDate": {
"@id": "hubspot:publishDate",
"@type": "xsd:dateTime"
},
"created": {
"@id": "hubspot:created",
"@type": "xsd:dateTime"
},
"updated": {
"@id": "hubspot:updated",
"@type": "xsd:dateTime"
},
"archivedAt": {
"@id": "hubspot:archivedAt",
"@type": "xsd:dateTime"
},
"currentlyPublished": {
"@id": "hubspot:currentlyPublished",
"@type": "xsd:boolean"
},
"domain": {
"@id": "hubspot:domain",
"@type": "xsd:string"
},
"featuredImage": {
"@id": "hubspot:featuredImage",
"@type": "xsd:string"
},
"featuredImageAltText": {
"@id": "hubspot:featuredImageAltText",
"@type": "xsd:string"
},
"metaDescription": {
"@id": "hubspot:metaDescription",
"@type": "xsd:string"
},
"headHtml": {
"@id": "hubspot:headHtml",
"@type": "xsd:string"
},
"footerHtml": {
"@id": "hubspot:footerHtml",
"@type": "xsd:string"
},
"language": {
"@id": "hubspot:language",
"@type": "xsd:string"
},
"translatedFromId": {
"@id": "hubspot:translatedFromId",
"@type": "xsd:string"
},
"tagIds": {
"@id": "hubspot:tagIds",
"@container": "@set",
"@type": "xsd:integer"
},
"useFeaturedImage": {
"@id": "hubspot:useFeaturedImage",
"@type": "xsd:boolean"
},
"url": {
"@id": "schema:url"
},
"abStatus": {
"@id": "hubspot:abStatus",
"@type": "xsd:string"
},
"abTestId": {
"@id": "hubspot:abTestId",
"@type": "xsd:string"
},
"folderId": {
"@id": "hubspot:folderId",
"@type": "xsd:string"
},
"BlogPostInput": "hubspot:BlogPostInput",
"BlogPostCollection": "hubspot:BlogPostCollection",
"total": {
"@id": "hubspot:total",
"@type": "xsd:integer"
},
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"ScheduleRequest": "hubspot:ScheduleRequest",
"CloneRequest": "hubspot:CloneRequest",
"PushLiveRequest": "hubspot:PushLiveRequest",
"ResetDraftRequest": "hubspot:ResetDraftRequest",
"RestorePreviousVersionRequest": "hubspot:RestorePreviousVersionRequest",
"revisionId": {
"@id": "hubspot:revisionId",
"@type": "xsd:string"
},
"VersionHistory": "hubspot:VersionHistory",
"object": {
"@id": "hubspot:object",
"@type": "@id"
},
"user": {
"@id": "hubspot:user",
"@type": "@id"
},
"timestamp": {
"@id": "hubspot:timestamp",
"@type": "xsd:dateTime"
},
"BatchInputItem": "hubspot:BatchInputItem",
"BatchInput": "hubspot:BatchInput",
"inputs": {
"@id": "hubspot:inputs",
"@container": "@set",
"@type": "@id"
},
"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"
},
"prev": {
"@id": "hubspot:prev",
"@type": "@id"
},
"PagingNext": "hubspot:PagingNext",
"after": {
"@id": "hubspot:after",
"@type": "xsd:string"
},
"link": {
"@id": "hubspot:link",
"@type": "xsd:string"
},
"PagingPrevious": "hubspot:PagingPrevious",
"before": {
"@id": "hubspot:before",
"@type": "xsd:string"
}
}
}