google / schemarama

Schemarama is a project exploring standards-based validation for structured data, especially Schema.org.
Apache License 2.0
124 stars 22 forks source link

An unknown type seems to break validation #29

Closed danbri closed 3 years ago

danbri commented 3 years ago

I tried a test with

{ "@context": "https://schema.org/", "@type": "HeadphoneProduct", ...etc}

where some properties and specifically this type don't exist.

It gives only a dissapearing popup: "validation error - cannot ready property 'failures' of undefined".

Gnomus042 commented 3 years ago

There was a null check that I accidentally missed :( should be fixed now