ExternalSource
data class ExternalSource(val key: String, val derivationGroup: String, val attributes: Map<String, SerializedValue>)
An external source instance. Used either to represent the source associated with a given event. Not used for querying. The included fields are the primary key used to identify External Sources, and the source's attributes.