records

records

Active filters Clear all

No active filters

Filters

Real Estate Projects

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Project ID
               

No description available for this field.

Name (identifier)
project_id
Type
decimal
Sample
                       
Project Name English
               

No description available for this field.

Name (identifier)
project_name_english
Type
text
Sample
                       
Project Name Arabic
               

No description available for this field.

Name (identifier)
project_name_arabic
Type
text
Sample
                       
Project Registration Number
               

No description available for this field.

Name (identifier)
project_registration_number
Type
text
Sample
                       
Project Status English
               

No description available for this field.

Name (identifier)
project_status_english
Type
text
Sample
                       
Project Status Arabic
               

No description available for this field.

Name (identifier)
project_status_arabic
Type
text
Sample
                       
Account Trustee English
               

No description available for this field.

Name (identifier)
account_trustee_english
Type
text
Sample
                       
Account Trustee Arabic
               

No description available for this field.

Name (identifier)
account_trustee_arabic
Type
text
Sample
                       
Escrow Account Number
               

No description available for this field.

Name (identifier)
escrow_account_number
Type
text
Sample
                       
Number of Real Estate Units
               

No description available for this field.

Name (identifier)
number_of_real_estate_units
Type
text
Sample
                       
City English
               

No description available for this field.

Name (identifier)
city_english
Type
text
Sample
                       
City Arabic
               

No description available for this field.

Name (identifier)
city_arabic
Type
text
Sample
                       
Sector English
               

No description available for this field.

Name (identifier)
sector_english
Type
text
Sample
                       
Sector Arabic
               

No description available for this field.

Name (identifier)
sector_arabic
Type
text
Sample
                       
District English
               

No description available for this field.

Name (identifier)
district_english
Type
text
Sample
                       
District Arabic
               

No description available for this field.

Name (identifier)
district_arabic
Type
text
Sample
                       
Project Description English
               

No description available for this field.

Name (identifier)
project_description_english
Type
text
Sample
                       
Project Description Arabic
               

No description available for this field.

Name (identifier)
project_description_arabic
Type
text
Sample
                       
Developer Name English
               

No description available for this field.

Name (identifier)
developer_name_english
Type
text
Sample
                       
Developer Name Arabic
               

No description available for this field.

Name (identifier)
developer_name_arabic
Type
text
Sample
                       
Main Project Name English
               

No description available for this field.

Name (identifier)
main_project_name_english
Type
text
Sample
                       
Main Project Name Arabic
               

No description available for this field.

Name (identifier)
main_project_name_arabic
Type
text
Sample
                       
Update Date
               

No description available for this field.

Name (identifier)
update_date
Type
date
Sample
                       

JSON Schema

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

{
  • "title":"real-estate-projects",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/real-estate-projects"
      }
    ]
    ,
  • "definitions":
    {
    • "real-estate-projects":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/real-estate-projects_records"
            }
          }
        }
      }
      ,
    • "real-estate-projects_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "project_id":
              {
              • "type":"number",
              • "title":"Project ID",
              • "description":""
              }
              ,
            • "project_name_english":
              {
              • "type":"string",
              • "title":"Project Name English",
              • "description":""
              }
              ,
            • "project_name_arabic":
              {
              • "type":"string",
              • "title":"Project Name Arabic",
              • "description":""
              }
              ,
            • "project_registration_number":
              {
              • "type":"string",
              • "title":"Project Registration Number",
              • "description":""
              }
              ,
            • "project_status_english":
              {
              • "type":"string",
              • "title":"Project Status English",
              • "description":""
              }
              ,
            • "project_status_arabic":
              {
              • "type":"string",
              • "title":"Project Status Arabic",
              • "description":""
              }
              ,
            • "account_trustee_english":
              {
              • "type":"string",
              • "title":"Account Trustee English",
              • "description":""
              }
              ,
            • "account_trustee_arabic":
              {
              • "type":"string",
              • "title":"Account Trustee Arabic",
              • "description":""
              }
              ,
            • "escrow_account_number":
              {
              • "type":"string",
              • "title":"Escrow Account Number",
              • "description":""
              }
              ,
            • "number_of_real_estate_units":
              {
              • "type":"string",
              • "title":"Number of Real Estate Units",
              • "description":""
              }
              ,
            • "city_english":
              {
              • "type":"string",
              • "title":"City English",
              • "description":""
              }
              ,
            • "city_arabic":
              {
              • "type":"string",
              • "title":"City Arabic",
              • "description":""
              }
              ,
            • "sector_english":
              {
              • "type":"string",
              • "title":"Sector English",
              • "description":""
              }
              ,
            • "sector_arabic":
              {
              • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets