{
    "id": "urn:ngsi-ld:dataModel.PredictiveMaintenance:MaintenanceService:maintenanceService01",
    "type": "MaintenanceService",
    "machineID": {
        "type": "Property",
        "value": "S/N123456789"
    },
    "customerID": {
        "type": "Property",
        "value": "CUST001"
    },
    "machineAddressLocation": {
        "type": "Property",
        "value": "123 Factory Street, Anytown, USA"
    },
    "hasConfiguration": {
        "type": "ListProperty",
        "value": [
            {
                "type": "Relationship",
                "id": "MachineComponent:machineComponent01"
            }
        ]
    },
    "anomalyType": {
        "type": "Property",
        "value": "ClassA-Grade1"
    },
    "anomalyIndicator": {
        "type": "Property",
        "value": [
            "High Temperature",
            "Unusual Vibration"
        ]
    },
    "maintenanceDeadline": {
        "type": "Property",
        "value": "2023-10-20"
    },
    "maintenanceDateScheduled": {
        "type": "Property",
        "value": "2023-10-19"
    },
    "maintenanceRequired": {
        "type": "ListProperty",
        "value": [
            "Replace ComponentA",
            "Lubricate ComponentB"
        ]
    },
    "requiresComponent": {
        "type": "ListProperty",
        "value": [
            {
                "type": "Relationship",
                "id": "MachineComponent:machineComponent01"
            }
        ]
    },
    "durationOfOperation": {
        "type": "Number",
        "value": 4.5
    },
    "activityRequiredOfCustomer": {
        "type": "ListProperty",
        "value": [
            "Clear workstation",
            "Dispose of WIPs"
        ]
    },
    "costForecast": {
        "type": "number",
        "value": 1000
    }
}