DomainVersionChange

A single field-level change between this version and the previous one. kind tells the client how to render from/to.

  • object
    Type: string

    Resource type identifier

  • field
    Type: string

    Snake-case name of the field that changed

  • label
    Type: string

    Human-readable label for the changed field

  • kind
    Type: stringenum

    How a client should render from/to

    values
    • date
    • toggle
    • count
    • text
    • list
    • reference
  • from
    Type: object

    Previous value; omitted when the field was unset before this version

  • to
    Type: object

    New value; omitted when the field was unset at this version