{
    "id": "https://smart-data-models.github.io/dataModel.PredictiveMaintenance/MaintenanceService/maintenanceService01",
    "type": "MaintenanceService",
    "machineID": "S/N123456789",
    "customerID": "CUST001",
    "machineAddressLocation": "123 Factory Street, Anytown, USA",
    "hasConfiguration": [
        "MachineComponent:machineComponent01"
    ],
    "anomalyType": "ClassA-Grade1",
    "anomalyIndicator": [
        "High Temperature",
        "Unusual Vibration"
    ],
    "maintenanceDeadline": "2023-10-20",
    "maintenanceDateScheduled": "2023-10-19",
    "maintenanceRequired": [
        "Replace ComponentA",
        "Lubricate ComponentB"
    ],
    "maintenanceOperator": "ServiceTechnician:serviceTechnician01",
    "requiresComponent": [
        "MachineComponent:machineComponent01"
    ],
    "durationOfOperation": 4.5,
    "activityRequiredOfCustomer": [
        "Clear workstation",
        "Dispose of WIPs"
    ],
    "costForecast": 1000
}