package common type CarStateUpdate struct { ECUs map[string]CarECU `json:"ecus" validate:"required,min=1"` }