diff --git a/_docs_integrate/data-model-overview.md b/_docs_integrate/data-model-overview.md
index 3d836f23c..7f41f37b2 100644
--- a/_docs_integrate/data-model-overview.md
+++ b/_docs_integrate/data-model-overview.md
@@ -497,15 +497,16 @@ For more information you should check out the section [AuthenticationRequestItem
For more information you should check out the section [ConsentRequestItem of the Request and Response introduction]({% link _docs_integrate/request-and-response-introduction.md %}#consentrequestitem). Furthermore, all details on how to use the ConsentRequestItem and examples of use cases for it can be found in the [Request one-time consent of peer]({% link _docs_integrate/request-one-time-consent-of-peer.md %}) guide.
-| Name | Type | Description |
-| --------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| @type | `"ConsentRequestItem"` | Specifies the type of the RequestItem for internal processing. |
-| consent | `string` | The textual consent the user needs to give. This is different to the description of the RequestItem, as the consent would be the actual statement the user agrees to, the description only provides a help text. |
-| link | `string` \| `undefined` | A valid URL linking to a website which contains more information, like the EULA or privacy terms. |
-| linkDisplayText | `string` \| `undefined` | If a link is specified, a display text, which is displayed in the App instead of the link's URL, can be specified for this link. |
-| description | `string` \| `undefined` | An optional, human readable description for the RequestItem. |
-| metadata | `object` \| `undefined` | The metadata property can be used to provide arbitrary JSON content by the sender of the Request. The metadata is not processed by enmeshed. It is a great way to use your own process descriptors at the time of sending the Request which helps you identify the correct internal process at the time of receiving the Response. |
-| mustBeAccepted | `boolean` | The mandatory `mustBeAccepted` property is used to differentiate between required and optional RequestItems within the Request.
{::nomarkdown}
mustBeAccepted is set to true, the peer cannot accept the Request without accepting this RequestItem.mustBeAccepted is set to false, the peer can accept the Request even though the RequestItem is rejected.mustBeAccepted is set to true, the peer cannot accept the Request without accepting this RequestItem.mustBeAccepted is set to false, the peer can accept the Request even though the RequestItem is rejected.