Get Coverage Option Validations
Returns validation errors for a coverage option (only errors are reported; warnings are not surfaced here). When the coverage option is valid, validations is an empty list. When it is invalid, validations is instead an object keyed by what the error affects (peril_group, zone, or coverage_option), then by the UUID of the specific peril group/zone/coverage option, mapping to a list of {message, field, verbose_name} entries. Only coverage options that pass validation are eligible for acc/loc file generation.
Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Response
Empty list ([]) when the coverage option is valid. Otherwise, an object keyed by affected entity type (peril_group, zone, coverage_option), then by that entity's UUID, mapping to a list of validation messages, each with message (human-readable text), field (the offending field name, e.g. bi_days_deductible), and verbose_name (title-cased field label, e.g. Bi Days Deductible).