HubSpot · JSON-LD Context
Hubspot Domains Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Domains Api from HubSpot.
4 Classes
27 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
Domain
DomainCollectionResponse
ForwardPaging
NextPage
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| domain | string | |
| createdAt | dateTime | |
| updatedAt | dateTime | |
| isResolving | boolean | |
| isManuallyMarkedAsResolving | boolean | |
| isSslEnabled | boolean | |
| isSslOnly | boolean | |
| isPrimaryBlogPost | boolean | |
| isPrimarySitePage | boolean | |
| isPrimaryLandingPage | boolean | |
| isPrimaryEmail | boolean | |
| isPrimaryKnowledge | boolean | |
| isUsedForBlogPost | boolean | |
| isUsedForSitePage | boolean | |
| isUsedForLandingPage | boolean | |
| isUsedForEmail | boolean | |
| isUsedForKnowledge | boolean | |
| expectedCname | string | |
| redirectTo | string | |
| secondaryToDomain | string | |
| total | string | |
| results | reference | set |
| paging | reference | |
| 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#",
"Domain": "hubspot:Domain",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"domain": {
"@id": "hubspot:domain",
"@type": "xsd:string"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "hubspot:updatedAt",
"@type": "xsd:dateTime"
},
"isResolving": {
"@id": "hubspot:isResolving",
"@type": "xsd:boolean"
},
"isManuallyMarkedAsResolving": {
"@id": "hubspot:isManuallyMarkedAsResolving",
"@type": "xsd:boolean"
},
"isSslEnabled": {
"@id": "hubspot:isSslEnabled",
"@type": "xsd:boolean"
},
"isSslOnly": {
"@id": "hubspot:isSslOnly",
"@type": "xsd:boolean"
},
"isPrimaryBlogPost": {
"@id": "hubspot:isPrimaryBlogPost",
"@type": "xsd:boolean"
},
"isPrimarySitePage": {
"@id": "hubspot:isPrimarySitePage",
"@type": "xsd:boolean"
},
"isPrimaryLandingPage": {
"@id": "hubspot:isPrimaryLandingPage",
"@type": "xsd:boolean"
},
"isPrimaryEmail": {
"@id": "hubspot:isPrimaryEmail",
"@type": "xsd:boolean"
},
"isPrimaryKnowledge": {
"@id": "hubspot:isPrimaryKnowledge",
"@type": "xsd:boolean"
},
"isUsedForBlogPost": {
"@id": "hubspot:isUsedForBlogPost",
"@type": "xsd:boolean"
},
"isUsedForSitePage": {
"@id": "hubspot:isUsedForSitePage",
"@type": "xsd:boolean"
},
"isUsedForLandingPage": {
"@id": "hubspot:isUsedForLandingPage",
"@type": "xsd:boolean"
},
"isUsedForEmail": {
"@id": "hubspot:isUsedForEmail",
"@type": "xsd:boolean"
},
"isUsedForKnowledge": {
"@id": "hubspot:isUsedForKnowledge",
"@type": "xsd:boolean"
},
"expectedCname": {
"@id": "hubspot:expectedCname",
"@type": "xsd:string"
},
"redirectTo": {
"@id": "hubspot:redirectTo",
"@type": "xsd:string"
},
"secondaryToDomain": {
"@id": "hubspot:secondaryToDomain",
"@type": "xsd:string"
},
"DomainCollectionResponse": "hubspot:DomainCollectionResponse",
"total": {
"@id": "hubspot:total",
"@type": "xsd:string"
},
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"ForwardPaging": "hubspot:ForwardPaging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
},
"NextPage": "hubspot:NextPage",
"after": {
"@id": "hubspot:after",
"@type": "xsd:string"
},
"link": {
"@id": "hubspot:link",
"@type": "xsd:string"
}
}
}