{
	"title": "lock filter",
	"id": "schemas/joe/lock/lockFilter",
	"$schema": "http://json-schema.org/draft-04/schema#",
	"javaType": "com.sos.joc.model.joe.lock.LockFilter",
	"type": "object",
	"required": [
	  "jobschedulerId",
	  "folder"
	],
	"properties": {
		"jobschedulerId": {
      		"type": "string"
    	},
    	"folder": {
    		"description": "path of the a folder",
      		"type": "string"
    	},
    	"path": {
    		"description": "alias of folder",
      		"type": "string"
    	},
    	"forceLock": {
       		"type": "boolean",
       		"default": false
	 	}
	}
}
