records
Number of Site Plans According to Use
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":"number-of-site-plans-according-to-use",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/number-of-site-plans-according-to-use"
}
] - "definitions":{
- "number-of-site-plans-according-to-use":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/number-of-site-plans-according-to-use_records"
}
}
} - "records":
} - "properties":
- "number-of-site-plans-according-to-use_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "service_ar":,{
- "type":"string",
- "title":"Service_AR",
- "description":""
} - "service_en":,{
- "type":"string",
- "title":"Service_EN",
- "description":""
} - "contract_category_ar":,{
- "type":"string",
- "title":"Contract Category_AR",
- "description":""
} - "contract_category_en":,{
- "type":"string",
- "title":"Contract Category_EN",
- "description":""
} - "number_of_land_plots_according_to_the_main_use_in_ajman_city":{
- "type":"number",
- "title":"Number of land plots according to the main use in ajman city",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "number-of-site-plans-according-to-use":
}