InitialProviderSchedule

The provider's initial schedule, created atomically with the provider when a brand-new provider row is created (ignored on reactivation or affiliation of an existing provider). All fields are optional. Omit the object or pass `null` for no schedules; an empty object `{}` still creates a schedule with `effective_from` defaulted to yesterday and no weekly rules.

The provider's initial schedule, created atomically with the provider when a brand-new provider row is created (ignored on reactivation or affiliation of an existing provider). All fields are optional. Omit the object or pass null for no schedules; an empty object {} still creates a schedule with effective_from defaulted to yesterday and no weekly rules.

Example

{  "effective_from": "2025-01-01",  "effective_to": "2025-12-31",  "public_bookings": {    "enabled": true  },  "time_zone": "America/New_York",  "weekly_rules": [    {      "day": "mo",      "end_time": "17:00",      "start_time": "09:00"    }  ]}