in tools/mc2bq/pkg/schema/schema.go [108:113]
func init() { err := json.Unmarshal(rawEmbeddedSchema, &EmbeddedSchema) if err != nil { panic(err) } }