Eyas
Eyas
Does this reliably repro with a minimal repro as simple as the one @kkak10 mentioned in https://github.com/google/schema-dts/issues/34#issuecomment-538255026 ? If the there's a different minimal repro for this, can you share...
Thanks @nedkelly -- My first thought is that this should still be a TypeDoc issue. schema-dts has a very large type tree in part because it is trying to express...
Hi all -- I managed to reproduce a related issue more reliably, and changes in 0.8.1 should address it. I'm not sure if it's _enough_ per se, but I'm noticing...
FWIW one workaround is mentioned in #33 This is a tough one to figure out, because `[extra: string]: string | ThingBase` effectively removes a lot of type checking that we...
By JSON output, do you mean a https://json-schema.org/ definition of the Schema, or something else?
Hmm. There are separate libraries that create JSONschema for Schema.org as-is. They're useful especially if you have a .json file you want to represent as a specific SDO type. Is...
Just a shorthand for "Schema.org" :)
Thanks for the suggestion! Documenting Helmet usage is a good idea. If you would like to contribute something here, I'm happy to review it! I can whip something up otherwise
I'll add some docs here, but I actually think this is a good candidate for [google/react-schemaorg](https://github.com/google/react-schemaorg), which wraps this library with convenience React-specific functions. Helmet's innerHTML can be dangerous, e.g....
Yeah, I'll do that soon. The standard `` react wrapper doesn't work with Helmet, because Helmet is pretty picky about what child elements it can have. A few people have...