dropFields property

Map<String, List<String>> dropFields
final

To drop old fields when writing new versions, please add an entry to this map with the format:

{ '1.2.0': ['goals', 'scheduledEvents'] }

where the key is a valid previous schema version, and the value is a list of top-level fields to drop.

Implementation

abstract final Map<String, List<String>> dropFields;