Applications at Herald are constructed with a series of risk and coverage parameters, equivalent to underwriting and rating questions. Some parameters can have multiple values, for cases like an applicant that has multiple locations. Herald uses the property creates_array: true
to communicate this.
Previously, it was hard to distinguish between unique instances of a parameter that had multiple values. In this release, we made an update to include an instance
property to give each parameter a unique identifier.
Every risk and coverage parameter that has creates_array: true
now includes instance
, with a value to define the instance in the application. For example, the first instance of location would be instance: location_1
, the second would be location_2
, and so on.