records
Management companies for Real Estate Development Projects
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":"management-companies-for-real-estate-development-projects",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/management-companies-for-real-estate-development-projects"
}
] - "definitions":{
- "management-companies-for-real-estate-development-projects":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/management-companies-for-real-estate-development-projects_records"
}
}
} - "records":
} - "properties":
- "management-companies-for-real-estate-development-projects_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "project_id":,{
- "type":"number",
- "title":"Project ID",
- "description":""
} - "project_name_english":,{
- "type":"string",
- "title":"Project Name English",
- "description":""
} - "project_name_arabic":,{
- "type":"string",
- "title":"Project Name Arabic",
- "description":""
} - "management_company_name_in_arabic":,{
- "type":"string",
- "title":"Management company name in Arabic",
- "description":""
} - "management_company_name_in_english":,{
- "type":"string",
- "title":"Management company name in English",
- "description":""
} - "office_id":,{
- "type":"number",
- "title":"Office_ID",
- "description":""
} - "year":{
- "type":"integer",
- "title":"Year",
- "description":""
}
} - "project_id":
}
} - "fields":
} - "properties":
} - "management-companies-for-real-estate-development-projects":
}