One canonical schema underlying every Insurance Blueprint form. All form types share a single data model, so one integration handles every line of business.
A single, unified schema that captures the data underlying all Insurance Blueprint forms — from Personal Auto Proof of Insurance to Commercial Certificate of Insurance and every form to follow.
Integrate once and handle every form type. Adding a new line of business to your system means adding a new form_type value, not a new schema.
Fields not applicable to a form type are simply absent or null. A Proof of Insurance card omits locations. A COI omits vehicles. No artificial field inflation.
All forms draw from the same versioned schema. A MAJOR bump affects every form type at once, keeping your integrations predictable and synchronized.
Every field ships with plain-English documentation, optionality rules, and form-type applicability notes. Developers and underwriters can read the same spec.
The Universal Form Data Model uses semantic versioning (MAJOR.MINOR.PATCH). Breaking changes increment the major version and ship with a migration guide.