mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
* ADI-706 add specs to public beta and v3 * ADI-706 updated descriptions' by github action: 6249488971
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 |