From 7c28e92c84a7d0268d575e77df6c00c07ceb024e Mon Sep 17 00:00:00 2001 From: Shannon Bradshaw Date: Wed, 18 Aug 2021 20:15:46 +0000 Subject: [PATCH] GitBook: [main] one page modified --- docs/openmetadata-apis/schemas/types/daily-count.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openmetadata-apis/schemas/types/daily-count.md b/docs/openmetadata-apis/schemas/types/daily-count.md index 0a6c66e63fb..829880d3233 100644 --- a/docs/openmetadata-apis/schemas/types/daily-count.md +++ b/docs/openmetadata-apis/schemas/types/daily-count.md @@ -1,6 +1,6 @@ # Daily Count -This schema defines the type for reporting the daily count of some measurement. Example - number of times a table was used in queries per day. +This schema defines the type for reporting the daily count of some measurement. For example, you might use this schema for the number of times a table is queried each day. **$id:** [**https://open-metadata.org/schema/type/dailyCount.json**](https://open-metadata.org/schema/type/dailyCount.json) @@ -11,7 +11,7 @@ This schema does not accept additional properties. ## Properties * **count** `required` - * Daily count of a measurement on the given date. + * Daily count of a measurement on the given date * Type: `integer` * Range: ≥ 0 * **date** `required`