{
"type": "object",
"properties": {
"provider_key": {
"description": "The integration provider key"
},
"tool_key": {
"description": "The tool key (same as the provider key)"
},
"adapter_key": {
"description": "The adapter key"
},
"auth_mode": {
"description": "How this connection authenticated"
},
"status": {
"description": "Connection status after disconnecting: disconnected"
},
"credential_hint": {
"description": "Masked credential hint, or null"
},
"last_validated_at": {
"description": "When the connection was last validated"
},
"last_error": {
"description": "Last error message, or null"
},
"external_user_id": {
"description": "Provider-side user id — null after disconnect"
},
"external_account_id": {
"description": "Provider-side account id — null after disconnect"
}
},
"additionalProperties": true,
"$schema": "http://json-schema.org/draft-07/schema#"
}