Hubspot Cms Pages Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Cms Pages Api from HubSpot.
5 Classes
20 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
Page
CollectionResponsePage
PageCreateRequest
PageUpdateRequest
Paging
Properties
| Property |
Type |
Container |
| id |
string |
|
| name |
|
|
| htmlTitle |
string |
|
| slug |
string |
|
| state |
string |
|
| currentState |
string |
|
| contentTypeCategory |
integer |
|
| publishDate |
dateTime |
|
| metaDescription |
string |
|
| url |
|
|
| domain |
string |
|
| language |
string |
|
| templatePath |
string |
|
| createdAt |
dateTime |
|
| updatedAt |
dateTime |
|
| archived |
boolean |
|
| results |
reference |
set |
| paging |
reference |
|
| layoutSections |
reference |
|
| next |
reference |
|
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#",
"Page": "hubspot:Page",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"htmlTitle": {
"@id": "hubspot:htmlTitle",
"@type": "xsd:string"
},
"slug": {
"@id": "hubspot:slug",
"@type": "xsd:string"
},
"state": {
"@id": "hubspot:state",
"@type": "xsd:string"
},
"currentState": {
"@id": "hubspot:currentState",
"@type": "xsd:string"
},
"contentTypeCategory": {
"@id": "hubspot:contentTypeCategory",
"@type": "xsd:integer"
},
"publishDate": {
"@id": "hubspot:publishDate",
"@type": "xsd:dateTime"
},
"metaDescription": {
"@id": "hubspot:metaDescription",
"@type": "xsd:string"
},
"url": {
"@id": "schema:url"
},
"domain": {
"@id": "hubspot:domain",
"@type": "xsd:string"
},
"language": {
"@id": "hubspot:language",
"@type": "xsd:string"
},
"templatePath": {
"@id": "hubspot:templatePath",
"@type": "xsd:string"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "hubspot:updatedAt",
"@type": "xsd:dateTime"
},
"archived": {
"@id": "hubspot:archived",
"@type": "xsd:boolean"
},
"CollectionResponsePage": "hubspot:CollectionResponsePage",
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"PageCreateRequest": "hubspot:PageCreateRequest",
"layoutSections": {
"@id": "hubspot:layoutSections",
"@type": "@id"
},
"PageUpdateRequest": "hubspot:PageUpdateRequest",
"Paging": "hubspot:Paging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
}
}
}