Skip to content

Commit dcbf4d9

Browse files
Clarify rich text description of mention object (#234)
* Update rich text description to clarify ref type * Update fern/docs/pages/airdrop/data-model/rich-text-fields.mdx Co-authored-by: Ben Colborn <[email protected]> --------- Co-authored-by: Ben Colborn <[email protected]>
1 parent 65a7534 commit dcbf4d9

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 must 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)