Skip to content

Commit 91483ec

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 5976c52 commit 91483ec

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
@@ -197,6 +197,6 @@ The key-value store schema defines the collections of keys and their properties.
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. |
200-
| `jsonSchema` | object | false | For collections with content type `application/json`, you can define a JSON schema to validate structure. <br/>Uses JsonSchema Draft 07 format. |
200+
| `jsonSchema` | object | false | For collections with content type `application/json`, you can define a JSON schema to validate structure. <br/>Uses JSON Schema Draft 07 format. |
201201

202202
\* Either `key` or `keyPrefix` must be specified for each collection, but not both.

0 commit comments

Comments
 (0)