records

records

Active filters Clear all

No active filters

Filters

Real Estate Offices Classification

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
integer
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
                       
Office Classification Result English
               

No description available for this field.

Name (identifier)
office_classification_result_english
Type
text
Sample
                       
Office Agent Classification Result Arabic
               

No description available for this field.

Name (identifier)
office_agent_classification_result_arabic
Type
text
Sample
                       
Classification Date
               

No description available for this field.

Name (identifier)
classification_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-classification",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/real-estate-offices-classification"
      }
    ]
    ,
  • "definitions":
    {
    • "real-estate-offices-classification":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/real-estate-offices-classification_records"
            }
          }
        }
      }
      ,
    • "real-estate-offices-classification_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "office_id":
              {
              • "type":"integer",
              • "title":"Office ID",
              • "description":""
              }
              ,
            • "office_name_arabic":
              {
              • "type":"string",
              • "title":"Office Name Arabic",
              • "description":""
              }
              ,
            • "office_name_english":
              {
              • "type":"string",
              • "title":"Office Name English",
              • "description":""
              }
              ,
            • "office_classification_result_english":
              {
              • "type":"string",
              • "title":"Office Classification Result English",
              • "description":""
              }
              ,
            • "office_agent_classification_result_arabic":
              {
              • "type":"string",
              • "title":"Office Agent Classification Result Arabic",
              • "description":""
              }
              ,
            • "classification_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Classification Date",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets