{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/platform-integrationblueprint_all", "title": "Platform.IntegrationBlueprint_all", "type": "array", "items": { "type": "object", "properties": { "id": { "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 }, "practice": { "$ref": "#/components/schemas/Platform.PracticeBlueprint_for_integration" } } } }