mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
* ADI-706 add specs to public beta and v3 * ADI-706 updated descriptions' by github action: 6249488971
14 lines
340 B
YAML
14 lines
340 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: integer
|
|
format: int64
|
|
description: >-
|
|
The number of days within the month that the account was active in a source.
|
|
example: 10 |