Skip to content

Commit 7ae5bfa

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 a70f60c commit 7ae5bfa

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ The key-value store schema defines the collections of keys and their properties.
184184
| Property | Type | Required | Description |
185185
|-----------------------------------|-------------------------------|----------|-----------------------------------------------------------------------------------------------------------------|
186186
| `actorKeyValueStoreSchemaVersion` | integer | true | Specifies the version of key-value store schema structure document. <br/>Currently only version 1 is available. |
187-
| `title` | string | true | Title of the schema. Currently not used anywhere. |
188-
| `description` | string | false | Description of the schema. Currently not used anywhere. |
187+
| `title` | string | true | Title of the schema |
188+
| `description` | string | false | Description of the schema |
189189
| `collections` | Object | true | An object where each key is a collection ID and its value is a collection definition object (see below). |
190190

191191
### Collection object definition

0 commit comments

Comments
 (0)