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
jsonld.UnsupportedVersion error should be more helpful when the error is due to a string value being used. "@version": "1.1" will report jsonld.UnsupportedVersion: Unsupported JSON-LD version: 1.1, which is confusing and doesn't hint that a number should be used like "@version": 1.1.