Real Estate Indices by Regions and Sectors

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
Sector
               

No description available for this field.

Name (identifier)
item_engl
Type
text
Sample
                       
Region
               

No description available for this field.

Name (identifier)
region_engl
Type
text
Sample
                       
Index value
               

No description available for this field.

Name (identifier)
obsvalue_obsv
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"real-estate-indices-by-regions",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/real-estate-indices-by-regions"
      }
    ]
    ,
  • "definitions":
    {
    • "real-estate-indices-by-regions":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/real-estate-indices-by-regions_records"
            }
          }
        }
      }
      ,
    • "real-estate-indices-by-regions_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"string",
              • "title":"Quarter",
              • "description":""
              }
              ,
            • "item_engl":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "region_engl":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "obsvalue_obsv":
              {
              • "type":"number",
              • "title":"Index value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets