HubSpot · JSON-LD Context
Hubspot Blog Posts Context
JSON-LD context defining the semantic vocabulary for Hubspot Blog Posts from HubSpot.
0 Classes
22 Properties
2 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
Properties
| Property | Type | Container |
|---|---|---|
| BlogPost | ||
| BlogPostInput | ||
| BlogPostCollection | ||
| ScheduleRequest | ||
| CloneRequest | ||
| PushLiveRequest | ||
| ResetDraftRequest | ||
| RestorePreviousVersionRequest | ||
| VersionHistory | ||
| BatchInputItem | ||
| BatchInput | ||
| BatchResponse | ||
| DetachFromLanguageGroupRequest | ||
| SetLanguagePrimaryRequest | ||
| AttachToLanguageGroupRequest | ||
| CreateLanguageVariationRequest | ||
| Paging | ||
| PagingNext | ||
| PagingPrevious | ||
| StandardError | ||
| ErrorDetail | ||
| Error |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"BlogPost": {
"@id": "ns:BlogPost",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"slug": {
"@id": "ns:slug",
"@type": "xsd:string"
},
"htmlTitle": {
"@id": "ns:htmlTitle",
"@type": "xsd:string"
},
"postBody": {
"@id": "ns:postBody",
"@type": "xsd:string"
},
"postSummary": {
"@id": "ns:postSummary",
"@type": "xsd:string"
},
"blogAuthorId": {
"@id": "ns:blogAuthorId",
"@type": "xsd:string"
},
"authorName": {
"@id": "ns:authorName",
"@type": "xsd:string"
},
"contentGroupId": {
"@id": "ns:contentGroupId",
"@type": "xsd:string"
},
"campaign": {
"@id": "ns:campaign",
"@type": "xsd:string"
},
"categoryId": {
"@id": "ns:categoryId",
"@type": "xsd:integer"
},
"state": {
"@id": "ns:state",
"@type": "xsd:string"
},
"currentState": {
"@id": "ns:currentState",
"@type": "xsd:string"
},
"publishDate": {
"@id": "ns:publishDate",
"@type": "xsd:string"
},
"created": {
"@id": "ns:created",
"@type": "xsd:string"
},
"updated": {
"@id": "ns:updated",
"@type": "xsd:string"
},
"archivedAt": {
"@id": "ns:archivedAt",
"@type": "xsd:string"
},
"currentlyPublished": {
"@id": "ns:currentlyPublished",
"@type": "xsd:boolean"
},
"domain": {
"@id": "ns:domain",
"@type": "xsd:string"
},
"featuredImage": {
"@id": "ns:featuredImage",
"@type": "xsd:string"
},
"featuredImageAltText": {
"@id": "ns:featuredImageAltText",
"@type": "xsd:string"
},
"metaDescription": {
"@id": "ns:metaDescription",
"@type": "xsd:string"
},
"headHtml": {
"@id": "ns:headHtml",
"@type": "xsd:string"
},
"footerHtml": {
"@id": "ns:footerHtml",
"@type": "xsd:string"
},
"language": {
"@id": "ns:language",
"@type": "xsd:string"
},
"translatedFromId": {
"@id": "ns:translatedFromId",
"@type": "xsd:string"
},
"tagIds": "ns:tagIds",
"useFeaturedImage": {
"@id": "ns:useFeaturedImage",
"@type": "xsd:boolean"
},
"url": {
"@id": "ns:url",
"@type": "xsd:string"
},
"abStatus": {
"@id": "ns:abStatus",
"@type": "xsd:string"
},
"abTestId": {
"@id": "ns:abTestId",
"@type": "xsd:string"
},
"folderId": {
"@id": "ns:folderId",
"@type": "xsd:string"
}
}
},
"BlogPostInput": {
"@id": "ns:BlogPostInput",
"@context": {
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"slug": {
"@id": "ns:slug",
"@type": "xsd:string"
},
"htmlTitle": {
"@id": "ns:htmlTitle",
"@type": "xsd:string"
},
"postBody": {
"@id": "ns:postBody",
"@type": "xsd:string"
},
"postSummary": {
"@id": "ns:postSummary",
"@type": "xsd:string"
},
"blogAuthorId": {
"@id": "ns:blogAuthorId",
"@type": "xsd:string"
},
"contentGroupId": {
"@id": "ns:contentGroupId",
"@type": "xsd:string"
},
"campaign": {
"@id": "ns:campaign",
"@type": "xsd:string"
},
"publishDate": {
"@id": "ns:publishDate",
"@type": "xsd:string"
},
"featuredImage": {
"@id": "ns:featuredImage",
"@type": "xsd:string"
},
"featuredImageAltText": {
"@id": "ns:featuredImageAltText",
"@type": "xsd:string"
},
"metaDescription": {
"@id": "ns:metaDescription",
"@type": "xsd:string"
},
"tagIds": "ns:tagIds",
"useFeaturedImage": {
"@id": "ns:useFeaturedImage",
"@type": "xsd:boolean"
},
"language": {
"@id": "ns:language",
"@type": "xsd:string"
}
}
},
"BlogPostCollection": {
"@id": "ns:BlogPostCollection",
"@context": {
"total": {
"@id": "ns:total",
"@type": "xsd:integer"
},
"results": "ns:results",
"paging": {
"@id": "ns:paging",
"@type": "xsd:string"
}
}
},
"ScheduleRequest": {
"@id": "ns:ScheduleRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"publishDate": {
"@id": "ns:publishDate",
"@type": "xsd:string"
}
}
},
"CloneRequest": {
"@id": "ns:CloneRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
}
}
},
"PushLiveRequest": {
"@id": "ns:PushLiveRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
}
}
},
"ResetDraftRequest": {
"@id": "ns:ResetDraftRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
}
}
},
"RestorePreviousVersionRequest": {
"@id": "ns:RestorePreviousVersionRequest",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"revisionId": {
"@id": "ns:revisionId",
"@type": "xsd:string"
}
}
},
"VersionHistory": {
"@id": "ns:VersionHistory",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"object": {
"@id": "ns:object",
"@type": "xsd:string"
},
"user": "ns:user",
"timestamp": {
"@id": "ns:timestamp",
"@type": "xsd:string"
}
}
},
"BatchInputItem": {
"@id": "ns:BatchInputItem",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
}
}
},
"BatchInput": {
"@id": "ns:BatchInput",
"@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"
},
"prev": {
"@id": "ns:prev",
"@type": "xsd:string"
}
}
},
"PagingNext": {
"@id": "ns:PagingNext",
"@context": {
"after": {
"@id": "ns:after",
"@type": "xsd:string"
},
"link": {
"@id": "ns:link",
"@type": "xsd:string"
}
}
},
"PagingPrevious": {
"@id": "ns:PagingPrevious",
"@context": {
"before": {
"@id": "ns:before",
"@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"
}
}
}
}