Saudi Housing Units by Type of Housing Unit and Construction Material

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
period
               

No description available for this field.

Name (identifier)
period
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Administrative Region
               

No description available for this field.

Name (identifier)
administrative_region
Type
text
Sample
                       
House Type
               

No description available for this field.

Name (identifier)
housing_type
Type
text
Sample
                       
Construction Material
               

No description available for this field.

Name (identifier)
construction_material
Type
text
Sample
                       
Number of Saudi Housing Units
               

No description available for this field.

Name (identifier)
number_of_saudi_housing_units
Type
integer
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets