Need:
- a list of event archetypes (such as "init", "click", "type", and "data"; often the action field in legacy schemas)
- lists of sub-types ("click": [ "save", "cancel", "submit", "insert" ]) for each archetype
Additional information:
- Metrics Platform: Instrumentation Request Form
- event_source would capture the event emitter (e.g. widget name, UI element)
For example: an action: "dashboard-sidebar-collapse" event would be more like this:
{ event_type: "click", event_subtype: "collapse", event_source: "dashboard-sidebar" }
in the Metrics Platform.