Same thing. The only fix for now is to edit your themes functions.php and to disable the Yoast schema. Then you can validate with Google.
Add this as last line to functions.php:
add_filter( ‘wpseo_json_ld_output’, ‘__return_false’ );
Same issue here with the Google Search Console warning for the @type error. This seems to be rather widespread and is being discussed elsewhere.
I have found you can add:
add_filter( ‘wpseo_json_ld_output’, ‘__return_false’ );
To your theme’s functions.php and it will disable the Yoast schema output and allow you to re-validate with Google. All we can do until there is a fix.