{
    "title": "folders2Jobstream",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "List of all In Conditions",
    "javaType": "com.sos.joc.model.jobstreams.Folders2Jobstream",
    "type": "object",
    "properties": {
        "jobStream": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "folders": {
            "type": "array",
            "items": {
                "description": "absolute path based on live folder of a JobScheduler object.",
                "type": "string",
                "pattern": "^(/|(/[^/\\<>?:\"|*]+)+)$",
                "maxLength": 255
            }
        }
    }
}