{
    "title": "lockConfigurationFilter",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.lock.LockConfigurationFilter",
    "type": "object",
    "required": [
        "controllerId",
        "lock"
    ],
    "properties": {
        "controllerId": {
            "type": "string"
        },
        "lock": {
            "description": "absolute path of a JobScheduler object.",
            "type": "string",
            "pattern": "^(/|(/[^/\\<>?:\"|*]+)+)$",
            "maxLength": 255,
            "minLength": 1
        }
    }
}