records
Building Licenses by Building Type
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":"building-licenses-by-building-type",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/building-licenses-by-building-type"
}
] - "definitions":{
- "building-licenses-by-building-type":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/building-licenses-by-building-type_records"
}
}
} - "records":
} - "properties":
- "building-licenses-by-building-type_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "month_ar":,{
- "type":"string",
- "title":"Month_AR",
- "description":""
} - "month_en":,{
- "type":"string",
- "title":"Month_EN",
- "description":""
} - "building_type_en":,{
- "type":"string",
- "title":"Building Type_EN",
- "description":""
} - "building_type_ar":,{
- "type":"string",
- "title":"Building Type_AR",
- "description":""
} - "number_of_building_permits_issued_by_type_of_building":{
- "type":"number",
- "title":" Number of building permits issued by type of building ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "building-licenses-by-building-type":
}