HubSpot · JSON-LD Context

Hubspot Domains Context

JSON-LD context defining the semantic vocabulary for Hubspot Domains from HubSpot.

0 Classes 6 Properties 2 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Properties

Property Type Container
Domain
DomainCollectionResponse
ForwardPaging
NextPage
Error
ErrorDetail

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "Domain": {
      "@id": "ns:Domain",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "domain": {
          "@id": "ns:domain",
          "@type": "xsd:string"
        },
        "createdAt": {
          "@id": "ns:createdAt",
          "@type": "xsd:string"
        },
        "updatedAt": {
          "@id": "ns:updatedAt",
          "@type": "xsd:string"
        },
        "isResolving": {
          "@id": "ns:isResolving",
          "@type": "xsd:boolean"
        },
        "isManuallyMarkedAsResolving": {
          "@id": "ns:isManuallyMarkedAsResolving",
          "@type": "xsd:boolean"
        },
        "isSslEnabled": {
          "@id": "ns:isSslEnabled",
          "@type": "xsd:boolean"
        },
        "isSslOnly": {
          "@id": "ns:isSslOnly",
          "@type": "xsd:boolean"
        },
        "isPrimaryBlogPost": {
          "@id": "ns:isPrimaryBlogPost",
          "@type": "xsd:boolean"
        },
        "isPrimarySitePage": {
          "@id": "ns:isPrimarySitePage",
          "@type": "xsd:boolean"
        },
        "isPrimaryLandingPage": {
          "@id": "ns:isPrimaryLandingPage",
          "@type": "xsd:boolean"
        },
        "isPrimaryEmail": {
          "@id": "ns:isPrimaryEmail",
          "@type": "xsd:boolean"
        },
        "isPrimaryKnowledge": {
          "@id": "ns:isPrimaryKnowledge",
          "@type": "xsd:boolean"
        },
        "isUsedForBlogPost": {
          "@id": "ns:isUsedForBlogPost",
          "@type": "xsd:boolean"
        },
        "isUsedForSitePage": {
          "@id": "ns:isUsedForSitePage",
          "@type": "xsd:boolean"
        },
        "isUsedForLandingPage": {
          "@id": "ns:isUsedForLandingPage",
          "@type": "xsd:boolean"
        },
        "isUsedForEmail": {
          "@id": "ns:isUsedForEmail",
          "@type": "xsd:boolean"
        },
        "isUsedForKnowledge": {
          "@id": "ns:isUsedForKnowledge",
          "@type": "xsd:boolean"
        },
        "expectedCname": {
          "@id": "ns:expectedCname",
          "@type": "xsd:string"
        },
        "redirectTo": {
          "@id": "ns:redirectTo",
          "@type": "xsd:string"
        },
        "secondaryToDomain": {
          "@id": "ns:secondaryToDomain",
          "@type": "xsd:string"
        }
      }
    },
    "DomainCollectionResponse": {
      "@id": "ns:DomainCollectionResponse",
      "@context": {
        "total": {
          "@id": "ns:total",
          "@type": "xsd:integer"
        },
        "results": "ns:results",
        "paging": {
          "@id": "ns:paging",
          "@type": "xsd:string"
        }
      }
    },
    "ForwardPaging": {
      "@id": "ns:ForwardPaging",
      "@context": {
        "next": {
          "@id": "ns:next",
          "@type": "xsd:string"
        }
      }
    },
    "NextPage": {
      "@id": "ns:NextPage",
      "@context": {
        "after": {
          "@id": "ns:after",
          "@type": "xsd:string"
        },
        "link": {
          "@id": "ns:link",
          "@type": "xsd:string"
        }
      }
    },
    "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"
      }
    },
    "ErrorDetail": {
      "@id": "ns:ErrorDetail",
      "@context": {
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "code": {
          "@id": "ns:code",
          "@type": "xsd:string"
        },
        "in": {
          "@id": "ns:in",
          "@type": "xsd:string"
        },
        "subCategory": {
          "@id": "ns:subCategory",
          "@type": "xsd:string"
        },
        "context": "ns:context"
      }
    }
  }
}