DomainVersionChange
A single field-level change between this version and the previous one. kind tells the client how to render from/to.
- objectType: string
Resource type identifier
- fieldType: string
Snake-case name of the field that changed
- labelType: string
Human-readable label for the changed field
- kindType: stringenum
How a client should render from/to
values- date
- toggle
- count
- text
- list
- reference
- fromType: object
Previous value; omitted when the field was unset before this version
- toType: object
New value; omitted when the field was unset at this version