mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
18 lines
445 B
YAML
18 lines
445 B
YAML
description: A reference to the source of activity
|
|
allOf:
|
|
- $ref: '../../v3/schemas/SourceDto.yaml'
|
|
- type: object
|
|
properties:
|
|
integrationType:
|
|
type: string
|
|
enum:
|
|
- DIRECT
|
|
- SSO
|
|
- UNKNOWN
|
|
description: Describes the method used to collect source activity data
|
|
example:
|
|
- type: 'SOURCE'
|
|
id: '2c9180835d191a86015d28455b4b232a'
|
|
name: 'GitHub'
|
|
integrationType: DIRECT
|