Google error invalid object type for field brand

Hello,

I am using the Shopify dawn theme 12.0.0 I am receiving an error message with Google in merchant listings. It is ‘invalid object type for brand’ to fix this I need to find the code. Somewhere in the code google is pulling up:

‘brand’: {

@type”: “Thing”

It is below code regarding product image and code regarding offers. I have searched everywhere though and cannot find it. Does anyone know where this is? I am also using the app Jslon- Ld express. Does anyone know where this code is located?

The correct code for brand is the following

"brand": {
    "@type": "Brand",

Thank you. Do you know where exactly this code is so I can change it to this? I have looked everywhere I could think of but can’t find it.