{
  "title": "PeriodType",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.inventory.model.job.AdmissionTimePeriodType",
  "type": "string",
  "enum": [
  	"MonthlyDatePeriod",
  	"MonthlyLastDatePeriod",
  	"MonthlyWeekdayPeriod",
  	"MonthlyLastWeekdayPeriod",
    "WeekdayPeriod",
    "DailyPeriod",
    "SpecificDatePeriod"
  ]
}
