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