Skip to content

Commit 5976c52

Browse files
mforiTC-MO
andauthored
Update sources/platform/actors/development/actor_definition/key_value_store_schema/index.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 565d55d commit 5976c52

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/actors/development/actor_definition/key_value_store_schema

1 file changed

+1
-1
lines changed

sources/platform/actors/development/actor_definition/key_value_store_schema/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The key-value store schema defines the collections of keys and their properties.
193193
| Property | Type | Required | Description |
194194
|----------------|--------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
195195
| `title` | string | true | The collection’s title, shown in the run's storage tab and in the storage detail view, where it appears as a tab for filtering records. |
196-
| `description` | string | false | A description of the collection that appears in tooltips in the UI. |
196+
| `description` | string | false | A description of the collection that appears in UI tooltips. |
197197
| `key` | string | conditional* | Defines a single specific key that will be part of this collection. |
198198
| `keyPrefix` | string | conditional* | Defines a prefix for keys that should be included in this collection. |
199199
| `contentTypes` | string array | false | Allowed content types for records in this collection. Used for validation when storing data. |

0 commit comments

Comments
 (0)