Returns a JSON Schema describing the custom fields available for Field Model V1 submissions. The schema can be used directly with validation libraries like Ajv or Zod.
The schema excludes calculated fields, server-populated fields,
and lifecycle fields (submissionStatus, submissionType,
submissionNumber, submissionName, submissionPrimaryInsured,
submissionBoundDate, submissionQuotes).
Required permission: company.submission:read
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your API key in the Authorization header.
Company identifier
Configuration for submission custom fields
Configuration response for Field Model V1 submissions. Returns a JSON Schema describing the custom fields available for creating or updating submissions. The schema excludes calculated fields, server-populated fields, and lifecycle fields (submissionStatus, submissionType, submissionNumber, submissionName, submissionPrimaryInsured, submissionBoundDate, submissionQuotes).
Standard JSON Schema (draft 2020-12) describing field definitions
for Field Model V1 entities. Includes a required array listing
fields that must be provided.