{
    "title": "In-Condition-Command",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "In Condition",
    "javaType": "com.sos.joc.model.jobstreams.InConditionCommand",
    "type": "object",
    "properties": {
        "id": {
            "type": "number",
            "format": "utc-millisec",
            "minimum": 0
        },
        "command": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "commandParam": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        }
    }
}