Housing Units (Occupied With Saudi Households) by Type of Housing Unit and Source of Water Supply
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"by-type-of-housing-unit-and-source-of-water-supply",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/by-type-of-housing-unit-and-source-of-water-supply"
}
] - "definitions":{
- "by-type-of-housing-unit-and-source-of-water-supply":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/by-type-of-housing-unit-and-source-of-water-supply_records"
}
}
} - "records":
} - "properties":
- "by-type-of-housing-unit-and-source-of-water-supply_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "frequency":,{
- "type":"string",
- "title":"Frequency",
- "description":""
} - "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "source_of_water_supply":,{
- "type":"string",
- "title":"Source of Water Supply",
- "description":""
} - "type_of_housing_unit":,{
- "type":"string",
- "title":"Type of Housing Unit",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Number of Housing Units",
- "description":""
}
} - "frequency":
}
} - "fields":
} - "properties":
} - "by-type-of-housing-unit-and-source-of-water-supply":