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

15 lines
303 B
YAML

type: object
properties:
name:
type: string
description: the attribute name
previousValue:
type: string
description: the old value of attribute
newValue:
type: string
description: the new value of attribute
example:
name: firstname
previousValue: adam
newValue: zampa