records
Lands Sales
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":"lands-sales",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/lands-sales"
}
] - "definitions":{
- "lands-sales":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lands-sales_records"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "sector_english":
}
} - "fields":
} - "properties":
} - "lands-sales":
}