This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Description
As a continuation of #2937, we must slim down the data contained by our events. This will be a breaking change and that will be reflected in both the OneFuzz version number and the event version number.
Which fields we choose to keep will vary event to event but in general:
Data that is OK to keep
- Guids
- DateTimes
- Enums
- Numbers
- Any models that exclusively contain fields of those types
Examples of data to remove
- Open ended strings (ex: notification templates)
- Unbounded lists (ex: call stacks)
- Any models that include either of those types
AB#141950