{
  "title": "calendarPathFilter",
  "id": "schemas/calendar/calendarPathFilter",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.calendar.CalendarPath",
  "type": "object",
  "required": [
    "jobschedulerId",
    "path"
  ],
  "properties": {
    "jobschedulerId": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}
