- General — not tied to a single provider. For example,
emailuses the same schema whether the source is Gmail or Outlook. General types include communication (email, calendar events), files, and assets. - Provider-scoped — specific to one integration. Types like
github_issueorlinear_cyclerepresent resources that only exist within that provider.
evidence_type field set to one of the values below.
All evidence_type values
General
| Evidence Type | Description |
|---|---|
asset | A binary file such as an image, PDF, or document attachment. Extracted from any connected provider |
calendar_event | A scheduled event on a user’s calendar. Normalized across Google Calendar, Outlook, and .ics attachments |
conversation_message | A single turn in an Adapter chat conversation |
drive_file | A file stored in a cloud drive. Normalized across Google Drive and OneDrive |
email | An individual email in a mailbox. Normalized across Gmail and Outlook |
file | A file attachment or direct upload, such as a PDF or Word document. Linked to its parent evidence (e.g. the email it was attached to) |
GitHub
| Evidence Type | Description |
|---|---|
github_discussion | A GitHub Discussions thread — the forum-style Q&A and announcement feature on a repository |
github_issue | A GitHub issue or pull request. Distinguished by a kind discriminator |
github_push | A git push to a repository — one or more commits landed on a branch |
github_release | A published release on a GitHub repository, typically tied to a git tag |
github_repo | A GitHub repository and its top-level metadata |
Linear
| Evidence Type | Description |
|---|---|
linear_comment | A comment on a Linear issue — used for discussion, status updates, and decisions |
linear_cycle | A Linear cycle — a time-boxed sprint used to plan and track a batch of work |
linear_initiative | A Linear initiative — a high-level strategic goal that spans multiple projects |
linear_issue | A Linear issue — the core unit of work tracking, with workflow states, priority, and assignees |
linear_project | A Linear project — a collection of issues organized around a shared deliverable or milestone |
Notion
| Evidence Type | Description |
|---|---|
notion_page | A Notion page — can be a standalone document, wiki entry, or a row in a Notion database |
Slack
| Evidence Type | Description |
|---|---|
slack_message | A single Slack message — includes channel posts, DMs, and thread replies |