{
    "title": "Assigned Non Working Calendars List",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "array",
    "items": {
        "javaType": "com.sos.inventory.model.calendar.AssignedNonWorkingDayCalendars",
        "type": "object",
        "required": [
            "calendarName"
        ],
        "properties": {
            "calendarName": {
                "type": "string",
                "pattern": "^[^<>]*$",
                "maxLength": 255
            },
            "calendarPath": {
                "type": "string",
                "pattern": "^[^<>]*$",
                "maxLength": 255
            }
        }
    }
}