{
    "title": "origin of item properties",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.monitoring.AgentItemEntryItemSource",
    "type": "object",
    "properties": {
        "item": {
            "javaType": "com.sos.joc.model.monitoring.enums.EntryItemSource",
            "type": "string",
            "enum": [
                "history",
                "historyNotInInventory",
                "inventory",
                "webservice"
            ],
            "javaEnumNames": [
                "history",
                "historyNotInInventory",
                "inventory",
                "webservice"
            ]
        },
        "totalRunningTime": {
            "javaType": "com.sos.joc.model.monitoring.enums.TotalRunningTimeSource",
            "type": "string",
            "enum": [
                "estimated",
                "dateFrom",
                "dateTo",
                "nextReadyTime",
                "now",
                "shutdown"
            ],
            "javaEnumNames": [
                "estimated",
                "dateFrom",
                "dateTo",
                "nextReadyTime",
                "now",
                "shutdown"
            ]
        }
    }
}