{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/platform-integrationblueprint_one_with_access_token", "title": "Platform.IntegrationBlueprint_one_with_access_token", "type": "object", "properties": { "id": { "type": "string" }, "access_token": { "type": "string" }, "expires_in": { "type": "string" }, "refresh_token": { "type": "string" }, "status": { "type": "string" }, "token_type": { "type": "string" }, "webhook_url_default": { "type": "string", "deprecated": true }, "webhook_url_override": { "type": "string", "deprecated": true }, "activated_by": { "$ref": "#/components/schemas/Platform.UserBlueprint_min" }, "api_keys": { "$ref": "#/components/schemas/Platform.ApiKeyBlueprint_shared" }, "practice": { "$ref": "#/components/schemas/Platform.PracticeBlueprint_for_integration" }, "product": { "$ref": "#/components/schemas/Platform.PartnerProductBlueprint_min" } } }