records

records

Active filters Clear all

No active filters

Filters

Lands Sales

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
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
                       
Total Sales Value (in AED)
               

No description available for this field.

Name (identifier)
total_sales_value_in_aed
Type
text
Sample
                       
Sales Count
               

No description available for this field.

Name (identifier)
sales_count
Type
decimal
Sample
                       
Max Sales Value (in AED)
               

No description available for this field.

Name (identifier)
max_sales_value_in_aed
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
decimal
Sample
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"lands-sales",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/lands-sales"
      }
    ]
    ,
  • "definitions":
    {
    • "lands-sales":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/lands-sales_records"
            }
          }
        }
      }
      ,
    • "lands-sales_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "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":""
              }
              ,
            • "total_sales_value_in_aed":
              {
              • "type":"string",
              • "title":"Total Sales Value (in AED)",
              • "description":""
              }
              ,
            • "sales_count":
              {
              • "type":"number",
              • "title":"Sales Count",
              • "description":""
              }
              ,
            • "max_sales_value_in_aed":
              {
              • "type":"string",
              • "title":"Max Sales Value (in AED)",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"number",
              • "title":"Year",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"number",
              • "title":"Quarter",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets