CensusVariable
Individual census variable with metadata.
categoryCategory (string)required
Variable category
Example:
demographicssubcategorySubcategory (string)required
Variable subcategory
Example:
agevalue_typeValue Type (string)required
Type of value (total, percentage, currency)
Example:
percentagevalue objectnullablerequired
The census value
- number
- integer
- string
number
base_variableBase Variable (string)nullable
Base variable key for percentages
CensusVariable
{
"category": "demographics",
"subcategory": "age",
"value_type": "percentage",
"value": 0,
"base_variable": "string"
}