سجلات
تقارير مختبر فحص مواد البناء لدائرة البلدية والتخطيط عجمان
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "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":
}