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