Google Search Console error - Invalid object type in "brand" field
Google changed brand schema type in Opencart 2021, to fix this error, edit catalog/controller/journal3/seo.php and replace
'@type' => 'Thing',
with
'@type' => 'Brand',
Don't forget to refresh Opencart modifications after (some extensions may also modify that file so changes must be applied to modifications folder too).