mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
15 lines
303 B
YAML
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 |