InitConfig represents the common properties we care about in the config
type InitConfig struct { DeviceProperties string `json:"DEVICE_PROPERTIES"` BlastOverride string `json:"blastDeviceOverrideConfigJSON"` }