LocationGroupViewModel
A group of locations in a data set based on their geographic level.
Properties
Property | Type | Required | Description |
---|---|---|---|
level |
GeographicLevelViewModel | true |
The geographic level of the locations in this group. |
Example schema
{
"level": {
"code": "NAT",
"label": "National"
}
}