Skip to content

Commit 2fb2806

Browse files
committed
fix indent
1 parent 4cc52db commit 2fb2806

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apify-api/openapi/components/schemas/datasets/GetDatasetStatisticsResponse.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ properties:
66
data:
77
type: object
88
properties:
9-
fieldStatistics:
10-
type: object
11-
additionalProperties:
12-
$ref: ./DatasetFieldStatistics.yaml
13-
description: 'When you configure the dataset [fields schema](https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema/validation), we measure the statistics such as `min`, `max`, `nullCount` and `emptyCount` for each field.
14-
This property provides statistics for each field from dataset fields schema.
15-
<br/></br>See dataset field statistics [documentation](https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema/validation#dataset-field-statistics) for more information.'
9+
fieldStatistics:
10+
type: object
11+
additionalProperties:
12+
$ref: ./DatasetFieldStatistics.yaml
13+
description: 'When you configure the dataset [fields schema](https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema/validation), we measure the statistics such as `min`, `max`, `nullCount` and `emptyCount` for each field.
14+
This property provides statistics for each field from dataset fields schema.
15+
<br/></br>See dataset field statistics [documentation](https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema/validation#dataset-field-statistics) for more information.'

0 commit comments

Comments
 (0)