Skip to content

Commit 30fe2b8

Browse files
committed
Update rich text description to clarify ref type
1 parent 65a7534 commit 30fe2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/docs/pages/airdrop/data-model/rich-text-fields.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Mention objects represents any mention (user, issue, etc.) in rich text and have
2323
| Field | Type | Required | Description |
2424
| ---------------------- | ------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------ |
2525
| `id` | String | Yes | Identifier of the mentioned item (user ID, etc.) in the format used by the source system. |
26-
| `ref_type` | String | Yes | Type of the mentioned item (for example, "issue", "comment"). The recipe converts this based on user mappings. |
26+
| `ref_type` | String | Yes | Type of the mentioned item (for example, "issue", "comment"). It should match the record type defined in external domain metadata. The recipe converts this based on user mappings. |
2727
| `fallback_record_name` | String | No | Display text if the mention cannot be resolved (user display name, ticket title, etc.). |
2828

2929
In reverse, the loader should expect the following structure:

0 commit comments

Comments
 (0)