records
Building materials testing laboratory reports for Ajman Municipality and Planning Department
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":"municipality",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/municipality"
}
] - "definitions":{
- "municipality":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/municipality_records"
}
}
} - "records":
} - "properties":
- "municipality_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":""
} - "category_en":,{
- "type":"string",
- "title":"Category_EN",
- "description":""
} - "category_ar":,{
- "type":"string",
- "title":"Category_AR",
- "description":""
} - "number_of_issued_reports_from_bml":{
- "type":"number",
- "title":"Number of Issued Reports from BML",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "municipality":
}