openactive / data-model-validator

The OpenActive data model validator library
MIT License
1 stars 1 forks source link

fix: Incorrect validation of extension types #422

Closed nickevansuk closed 1 year ago

nickevansuk commented 1 year ago

Fixes #421. The validator currently outputs a message that Type <extension property> is not recognised by the validator, as it is not part of the Modelling Opportunity Data specification or schema.org, and cannot be checked for validity.. Therefore this fix makes this support consistent by disabling the misbehaving rule for extensions.

A better long-term solution would be to update the validator to validate extensions and beta types properly, which is captured in #358.