Files
api-specs/idn/v3/schemas/SourceUsageStatus.yaml
GitHub Action Bot 78e5982ae6 Automated commit 'ADI-706 add specs to public beta and v3 (#1413)
* ADI-706 add specs to public beta and v3

* ADI-706 updated descriptions' by github action: 6249488971
2023-09-20 13:44:26 +00:00

14 lines
487 B
YAML

type: object
properties:
status:
type: string
description: >-
Source Usage Status. Acceptable values are:
- COMPLETE
- This status means that an activity data source has been setup and usage insights are available for the source.
- INCOMPLETE
- This status means that an activity data source has not been setup and usage insights are not available for the source.
example: COMPLETE
enum:
- COMPLETE
- INCOMPLETE