records
Completed Real Estate Development Projects
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"completed-real-estate-projects",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/completed-real-estate-projects"
}
] - "definitions":{
- "completed-real-estate-projects":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/completed-real-estate-projects_records"
}
}
} - "records":
} - "properties":
- "completed-real-estate-projects_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "project_id":,{
- "type":"integer",
- "title":"Project ID",
- "description":""
} - "project_name_english":,{
- "type":"string",
- "title":"Project Name English",
- "description":""
} - "project_name_arabic":,{
- "type":"string",
- "title":"Project Name Arabic",
- "description":""
} - "number_of_real_estate_units":,{
- "type":"integer",
- "title":"Number of Real Estate Units",
- "description":""
} - "city_english":,{
- "type":"string",
- "title":"City English",
- "description":""
} - "city_arabic":,{
- "type":"string",
- "title":"City Arabic",
- "description":""
} - "sector_arabic":,{
- "type":"string",
- "title":"Sector Arabic",
- "description":""
} - "sector_arabic0":,{
- "type":"string",
- "title":"Sector Arabic",
- "description":""
} - "district_english":,{
- "type":"string",
- "title":"District English",
- "description":""
} - "district_arabic":,{
- "type":"string",
- "title":"District Arabic",
- "description":""
} - "project_description_english":,{
- "type":"string",
- "title":"Project Description English",
- "description":""
} - "project_description_arabic":,{
- "type":"string",
- "title":"Project Description Arabic",
- "description":""
} - "developer_name_english":,{
- "type":"string",
- "title":"Developer Name English",
- "description":""
} - "developer_name_arabic":,{
- "type":"string",
- "title":"Developer Name Arabic",
- "description":""
} - "main_project_name_english":,{
- "type":"string",
- "title":"Main Project Name English",
- "description":""
} - "main_project_name_arabic":,{
- "type":"string",
- "title":"Main Project Name Arabic",
- "description":""
} - "update_date":{
- "type":"string",
- "format":"date",
- "title":"Update Date",
- "description":""
}
} - "project_id":
}
} - "fields":
} - "properties":
} - "completed-real-estate-projects":
}