One Person Household by Age and Gender
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"one-person-household-by-age-and-sex-2013",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/one-person-household-by-age-and-sex-2013"
}
] - "definitions":{
- "one-person-household-by-age-and-sex-2013":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/one-person-household-by-age-and-sex-2013_records"
}
}
} - "records":
} - "properties":
- "one-person-household-by-age-and-sex-2013_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "measurement":,{
- "type":"string",
- "title":"Measurement",
- "description":""
} - "sex":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "age":,{
- "type":"string",
- "title":"Age",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "value":{
- "type":"number",
- "title":"value",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "one-person-household-by-age-and-sex-2013":