mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
14 lines
356 B
YAML
14 lines
356 B
YAML
type: object
|
|
properties:
|
|
date:
|
|
type: string
|
|
format: date
|
|
description: >-
|
|
The first day of the month for which activity is aggregated.
|
|
example: '2023-04-21'
|
|
count:
|
|
type: number
|
|
format: float
|
|
description: >-
|
|
The average number of days that accounts were active within this source, for the month.
|
|
example: 10.45 |