Unified.to · Schema

property_CalendarEventRecurrence_on_month_days

days of the month to repeat on, defaults to undefined (every day), only used if frequency is MONTHLY

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-calendareventrecurrence-on-month-days-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CalendarEventRecurrence_on_month_days",
  "title": "property_CalendarEventRecurrence_on_month_days",
  "description": "days of the month to repeat on, defaults to undefined (every day), only used if frequency is MONTHLY",
  "items": {
    "type": "number"
  },
  "type": "array"
}