records

records

Active filters Clear all

No active filters

Filters

Real Estate Offices

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Office_ID
               

No description available for this field.

Name (identifier)
office_id
Type
decimal
Sample
                       
Office_Name_Arabic
               

No description available for this field.

Name (identifier)
office_name_arabic
Type
text
Sample
                       
Office_Name_English
               

No description available for this field.

Name (identifier)
office_name_english
Type
text
Sample
                       
Makani
               

No description available for this field.

Name (identifier)
makani
Type
text
Sample
                       
Phone_Number
               

No description available for this field.

Name (identifier)
phone_number
Type
text
Sample
                       
Number_of_Agents
               

No description available for this field.

Name (identifier)
number_of_agents
Type
decimal
Sample
                       
Number_of_Activities
               

No description available for this field.

Name (identifier)
number_of_activities
Type
decimal
Sample
                       
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
text
Sample
                       
latitude
               

No description available for this field.

Name (identifier)
latitude
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-offices",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/real-estate-offices"
      }
    ]
    ,
  • "definitions":
    {
    • "real-estate-offices":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/real-estate-offices_records"
            }
          }
        }
      }
      ,
    • "real-estate-offices_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "office_id":
              {
              • "type":"number",
              • "title":"Office_ID",
              • "description":""
              }
              ,
            • "office_name_arabic":
              {
              • "type":"string",
              • "title":"Office_Name_Arabic",
              • "description":""
              }
              ,
            • "office_name_english":
              {
              • "type":"string",
              • "title":"Office_Name_English",
              • "description":""
              }
              ,
            • "makani":
              {
              • "type":"string",
              • "title":"Makani",
              • "description":""
              }
              ,
            • "phone_number":
              {
              • "type":"string",
              • "title":"Phone_Number",
              • "description":""
              }
              ,
            • "number_of_agents":
              {
              • "type":"number",
              • "title":"Number_of_Agents",
              • "description":""
              }
              ,
            • "number_of_activities":
              {
              • "type":"number",
              • "title":"Number_of_Activities",
              • "description":""
              }
              ,
            • "longitude":
              {
              • "type":"string",
              • "title":"longitude",
              • "description":""
              }
              ,
            • "latitude":
              {
              • "type":"string",
              • "title":"latitude",
              • "description":""
              }
              ,
            • "update_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Update Date",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets