mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
18 lines
362 B
YAML
18 lines
362 B
YAML
type: object
|
|
description: Source basic details.
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: Source DTO type.
|
|
enum:
|
|
- SOURCE
|
|
example: SOURCE
|
|
id:
|
|
type: string
|
|
description: Source ID.
|
|
example: 2c9180835d191a86015d28455b4b232a
|
|
name:
|
|
type: string
|
|
description: Source display name.
|
|
example: HR Active Directory
|