codemeta/codemeta-generator

validate `schema.org` context keys

Opened this issue · 0 comments

Original issue: codemeta/codemeta#273 (comment)

The online validator does not recognise schema.org valid keys.

Example: legalName is a valid affiliation attribute (under the Organization type) in schema.org but fails to be validated.

This leads to confusion for people trying to produce a codemeta.json file using the tool to validate it.

Implementing a complete schema.org validator would probably be a difficult (impossible?) task. However, a simple text in the online validator webpage to warn about its limitations would already help people imo.