RangerValidityRecurrence Data Type

Properties
name data type description
interval ValidityInterval
schedule RecurrenceSchedule

Example

{
  "interval" : {
    "minutes" : 12345,
    "hours" : 12345,
    "days" : 12345
  },
  "schedule" : {
    "dayOfMonth" : "...",
    "month" : "...",
    "hour" : "...",
    "dayOfWeek" : "...",
    "minute" : "...",
    "year" : "..."
  }
}