Unified.to · Schema

property_CalendarEventRecurrence_on_months

months of the year to repeat on, defaults to undefined (every month), only used if frequency is YEARLY, January is 1

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

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