Skip to main content

GeographicLevelOptionChangeViewModel

A change to a geographic level option in a data set.

Properties

Property Type Required Description
currentState GeographicLevelViewModel false

The current state after the change was made. If the change is an addition, this will be null.

previousState GeographicLevelViewModel false

The previous state before the change was made. If the change is a deletion, this will be null.

Example schema

{
  "currentState": {
    "code": "NAT",
    "label": "National"
  },
  "previousState": {
    "code": "NAT",
    "label": "National"
  }
}