{
    "title": "num of agents",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "javaType": "com.sos.joc.model.jobscheduler.NumOfAgentsInCluster",
    "required": [
        "any",
        "running"
    ],
    "properties": {
        "any": {
            "type": "integer",
            "minimum": 0
        },
        "running": {
            "type": "integer",
            "minimum": 0
        }
    }
}