Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V3 Alpha] Pyld does not parse Protected field of context #11

Open
ghost opened this issue Jan 15, 2020 · 1 comment
Open

[V3 Alpha] Pyld does not parse Protected field of context #11

ghost opened this issue Jan 15, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 15, 2020

Having an issuing parsing https://www.w3.org/2018/credentials/v1 to completeness.

Issuing seems to be around the @protected field:

{
  "@context": {
    "@version": 1.1,
    "@protected": true,
...
}

Throws an error related to context being wrong.

Temp workaround is by preloading the context without the protected field. It may either be a limitation with the python implementation of json ld, an out of date library, etc.

@ghost
Copy link
Author

ghost commented Feb 13, 2020

I believe this is related to the python json-ld library we use not being updated to v1.1 of the json-ld spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants