{
    "title": "Assigned Non Working Calendars List",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "array",
    "items": {
        "javaType": "com.sos.webservices.order.initiator.model.AssignedNonWorkingCalendars",
        "type": "object",
        "required": [
            "calendarPath"
        ],
        "properties": {
            "calendarPath": {
                "description": "absolute path of a JobScheduler object.",
                "type": "string",
                "pattern": "^(/|(/[^/\\<>?:\"|*]+)+)$",
                "maxLength": 255,
                "minLength": 1
            }
        }
    }
}