سجلات
الصيانة التصحيحية
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "title":"corrective-maintenance",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/corrective-maintenance"
}
] - "definitions":{
- "corrective-maintenance":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/corrective-maintenance_records"
}
}
} - "records":
} - "properties":
- "corrective-maintenance_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":""
} - "category_ar":,{
- "type":"string",
- "title":"Category_AR",
- "description":""
} - "category_en":,{
- "type":"string",
- "title":"Category_EN",
- "description":""
} - "number_of_corrective_maintainance_processes":{
- "type":"number",
- "title":"Number of Corrective Maintainance Processes",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "corrective-maintenance":
}