{ "@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#", "AccessTokenMetadata": "hubspot:AccessTokenMetadata", "token": { "@id": "hubspot:token", "@type": "xsd:string" }, "appId": { "@id": "hubspot:app_id", "@type": "xsd:integer" }, "hubId": { "@id": "hubspot:hub_id", "@type": "xsd:integer" }, "userId": { "@id": "hubspot:user_id", "@type": "xsd:integer" }, "user": { "@id": "hubspot:user", "@type": "xsd:string" }, "hubDomain": { "@id": "hubspot:hub_domain", "@type": "xsd:string" }, "scopes": { "@id": "hubspot:scopes", "@container": "@set", "@type": "xsd:string" }, "tokenType": { "@id": "hubspot:token_type", "@type": "xsd:string" }, "expiresIn": { "@id": "hubspot:expires_in", "@type": "xsd:integer" }, "RefreshTokenMetadata": "hubspot:RefreshTokenMetadata", "clientId": { "@id": "hubspot:client_id", "@type": "xsd:string" }, "TokenRequest": "hubspot:TokenRequest", "grantType": { "@id": "hubspot:grant_type", "@type": "xsd:string" }, "clientSecret": { "@id": "hubspot:client_secret", "@type": "xsd:string" }, "redirectUri": { "@id": "hubspot:redirect_uri", "@type": "xsd:string" }, "code": { "@id": "hubspot:code", "@type": "xsd:string" }, "refreshToken": { "@id": "hubspot:refresh_token", "@type": "xsd:string" }, "TokenResponse": "hubspot:TokenResponse", "accessToken": { "@id": "hubspot:access_token", "@type": "xsd:string" }, "idToken": { "@id": "hubspot:id_token", "@type": "xsd:string" } } }