Skip to content

Commit b96183f

Browse files
committed
fix lint
1 parent 9ecd6ef commit b96183f

File tree

1 file changed

+4
-4
lines changed
  • sources/platform/actors/development/actor_definition/dataset_schema

1 file changed

+4
-4
lines changed

sources/platform/actors/development/actor_definition/dataset_schema/validation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ The measured statistics are following:
211211
- **Null count:** how many items in the dataset have the field set to null
212212
- **Empty count:** how many items in the dataset are `undefined` , meaning that for example empty string is not considered empty
213213
- **Minimum and maximum**
214-
- For numbers, this is calculated directly
215-
- For strings, this field tracks string length
216-
- For arrays, this field tracks the number of items in the array
217-
- For objects, this tracks the number of keys
214+
- For numbers, this is calculated directly
215+
- For strings, this field tracks string length
216+
- For arrays, this field tracks the number of items in the array
217+
- For objects, this tracks the number of keys
218218
219219
:::note
220220

0 commit comments

Comments
 (0)