{
    "title": "job locks (permanent)",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "array",
    "items": {
        "javaType": "com.sos.joc.model.job.LockUseP",
        "type": "object",
        "required": [
            "path"
        ],
        "properties": {
            "path": {
                "description": "absolute path based on live folder of a JobScheduler object.",
                "type": "string",
                "pattern": "^(/|(/[^/\\<>?:\"|*]+)+)$",
                "maxLength": 255
            }
        }
    }
}