mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
20 lines
480 B
YAML
20 lines
480 B
YAML
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: The type of the transform definition.
|
|
example: accountAttribute
|
|
attributes:
|
|
type: object
|
|
nullable: true
|
|
additionalProperties: true
|
|
# type: object
|
|
# nullable: true
|
|
description: >-
|
|
Arbitrary key-value pairs to store any metadata for the object
|
|
example: {
|
|
attributeName: 'e-mail',
|
|
sourceName: 'MySource',
|
|
sourceId: '2c9180877a826e68017a8c0b03da1a53'
|
|
}
|