سجلات
الصيانة الوقائية
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "title":"preventive-maintenance-operations",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/preventive-maintenance-operations"
}
] - "definitions":{
- "preventive-maintenance-operations":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/preventive-maintenance-operations_records"
}
}
} - "records":
} - "properties":
- "preventive-maintenance-operations_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":""
} - "of_preventive_maintenance_processes":{
- "type":"number",
- "title":"# of Preventive Maintenance Processes ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "preventive-maintenance-operations":
}