mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
8 lines
376 B
YAML
8 lines
376 B
YAML
allOf:
|
|
- $ref: './NonEmployeeSource.yaml'
|
|
- type: object
|
|
properties:
|
|
cloudExternalId:
|
|
type: string
|
|
description: Legacy ID used for sources from the V1 API. This attribute will be removed from a future version of the API and will not be considered a breaking change. No clients should rely on this ID always being present.
|
|
example: '99999' |