{
    "title": "ConditionRef",
    "id": "schemas/jobstreams/conditionref",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "In Condition",
    "javaType": "com.sos.joc.model.jobstreams.ConditionRef",
    "type": "object",
    "properties": {
        "job": {
            "id": "schemas/common/path",
            "description": "absolute path based on live folder of a JobScheduler object.",
            "type": "string",
            "pattern": "/([^/]+/)*[^/]+"
        },
        "expressions": {
            "type": "array",
            "items": {
                "type": "string"
            }
        }
    }
}