records
Real Estate Offices
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":"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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "office_id":
}
} - "fields":
} - "properties":
} - "real-estate-offices":
}