records
Multicultural Community Profile 2016
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"multicultural-community-profile-2016",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/multicultural-community-profile-2016"
}
] - "definitions":{
- "multicultural-community-profile-2016":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/multicultural-community-profile-2016_records"
}
}
} - "records":
} - "properties":
- "multicultural-community-profile-2016_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "profile":,{
- "type":"string",
- "title":"Profile",
- "description":"Country of birth profile."
} - "census_year":,{
- "type":"string",
- "format":"date",
- "title":"Census_Year",
- "description":"Census year."
} - "category":,{
- "type":"string",
- "title":"Category",
- "description":"Census questions/ characteristics related to persons."
} - "sub_category":,{
- "type":"string",
- "title":"Sub_Category",
- "description":"Census questions response categories/ sub-characteristics related to persons."
} - "sub_order":,{
- "type":"integer",
- "title":"Sub_Order",
- "description":"Order of response categories."
} - "value":{
- "type":"integer",
- "title":"Value",
- "description":"Count of persons; value of medians, averages etc."
}
} - "profile":
}
} - "fields":
} - "properties":
} - "multicultural-community-profile-2016":
}