Real Estate Indices by Regions and Sectors
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "real-estate-indices-by-regions":