You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will this validator be updated to the 3.0 spec recently published? According to the current version, this validator ought to be able to verify 3.0 badges (https://1edtech.github.io/openbadges-specification/ob_v3p0.html#verificaton-and-validation) but it seems that the current version is unable to deal with multiple @context's. In my current case, I'm attempting to validate the following badge:
No, this package can't do OB 3.0. 1EdTech is working on a new 3.0 validator, but it's a new project and won't be an update to this python codebase. The roadmap for the various public tools related to Open Badges would be a great topic for conversation @xaviaracil
Will this validator be updated to the 3.0 spec recently published? According to the current version, this validator ought to be able to verify 3.0 badges (https://1edtech.github.io/openbadges-specification/ob_v3p0.html#verificaton-and-validation) but it seems that the current version is unable to deal with multiple @context's. In my current case, I'm attempting to validate the following badge:
and the current version of the validator returns the following error
which seems to be due to the fact that the @context field is an array and not a single string.
The text was updated successfully, but these errors were encountered: