Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
MFori committed Dec 20, 2024
1 parent 4cc52db commit 2fb2806
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ properties:
data:
type: object
properties:
fieldStatistics:
type: object
additionalProperties:
$ref: ./DatasetFieldStatistics.yaml
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.
This property provides statistics for each field from dataset fields schema.
<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.'
fieldStatistics:
type: object
additionalProperties:
$ref: ./DatasetFieldStatistics.yaml
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.
This property provides statistics for each field from dataset fields schema.
<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 comments on commit 2fb2806

Please sign in to comment.