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