Files
api-specs/idn/beta/schemas/AttributesChanged.yaml
2022-09-02 10:59:29 -04:00

23 lines
487 B
YAML

type: object
properties:
changes:
type: array
items:
$ref: './AttributeChange.yaml'
eventType:
type: string
description: the event type
identityId:
type: string
description: the identity id
dt:
type: string
description: the date of event
example:
attributeChanges:
name: firstname
previousValue: adam
newValue: zampa
eventType: AttributesChanged
identityId: 8a80828f643d484f01643e14202e206f
dt: '2019-03-08T22:37:33.901Z'