API ReferenceSchemas
IntentSubmissionInput
A form submission entry containing a form ID and response data.
A form submission entry containing a form ID and response data.
Example
{ "form_id": "frm_abc123def456", "responses": { "color": [ "opt_abc" ], "name": "Jane Doe" }}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.
JsonError
A single validation error in JSON:API format.