Saudi Housing Units by Type of Housing Unit and Construction Material
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"number-of-dwellings-by-construction-material",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/number-of-dwellings-by-construction-material"
}
] - "definitions":{
- "number-of-dwellings-by-construction-material":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/number-of-dwellings-by-construction-material_records"
}
}
} - "records":
} - "properties":
- "number-of-dwellings-by-construction-material_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "period":,{
- "type":"string",
- "title":"period",
- "description":""
} - "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "administrative_region":,{
- "type":"string",
- "title":" Administrative Region",
- "description":""
} - "housing_type":,{
- "type":"string",
- "title":"House Type",
- "description":""
} - "construction_material":,{
- "type":"string",
- "title":"Construction Material",
- "description":""
} - "number_of_saudi_housing_units":{
- "type":"integer",
- "title":"Number of Saudi Housing Units",
- "description":""
}
} - "period":
}
} - "fields":
} - "properties":
} - "number-of-dwellings-by-construction-material":