{
    "title": "folders2Jobstream",
    "id": "schemas/jobstreams/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"
        },
        "folders": {
            "type": "array",
            "items": {
                "id": "schemas/common/path",
                "description": "absolute path based on live folder of a JobScheduler object.",
                "type": "string",
                "pattern": "/([^/]+/)*[^/]+"
            }
        }
    }
}