FilterViewModel
A filterable characteristic (excluding geography or time) of a data set.
Properties
Property | Type | Required | Description |
---|---|---|---|
id |
string | true |
The ID of the filter. |
column |
string | true |
The name of the filter CSV column. |
label |
string | true |
The human-readable label describing the filter. |
hint |
string | false |
A hint to assist in describing the filter. |
Example schema
{
"id": "BRlj4",
"column": "school_type",
"label": "School type",
"hint": "Additional detail about the filter."
}