Saudi Arabia Real Estate Price Index by Sector & Type of Real Estate
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",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/real-estate-indices"
}
] - "definitions":{
- "real-estate-indices":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/real-estate-indices_records"
}
}
} - "records":
} - "properties":
- "real-estate-indices_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "real-estate-indices":