Returns JSON Schemas describing the custom fields available for Field Model V1 policies. The response contains separate schemas for policy-level fields and exposure-level fields.
Each schema is a standard JSON Schema (draft 2020-12) that can be used directly with validation libraries like Ajv or Zod.
The policy schema covers policy-level custom fields (used in
policy fieldModelV1Data.policy or segment policy objects).
The exposure schema covers exposure-level custom fields.
Lifecycle fields (quoteType, quoteStatus, quoteNumber,
quoteBindErrors, quoteSubmissionId) are omitted from the
configuration since they are system-managed.
Required permission: company.policy:read
API key authentication. Include your API key in the Authorization header.
Company identifier
Configuration for FMV1 policy custom fields
Configuration response for Field Model V1 policies. Returns separate JSON Schemas for policy-level and exposure-level custom fields.