Files
api-specs/idn/beta/schemas/TransformDefinition.yaml
GitHub Action Bot 7bdff85618 Automated commit 'PLTIN-3917: Updated API scopes (#1242)
PLTIN-3917: Updated API scopes' by github action: 4810361098
2023-04-26 15:12:47 +00:00

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'
}