w3c / vc-data-model

W3C Verifiable Credentials v2.0 Specification
https://w3c.github.io/vc-data-model/
Other
297 stars 106 forks source link

Example context needs updating #622

Closed dmitrizagidulin closed 5 years ago

dmitrizagidulin commented 5 years ago

From @yancyribbens's original issue at vc-test-suite:

The context: https://www.w3.org/2018/credentials/examples/v1 is invalid JSON. If you paste the context into https://jsonlint.com/ the following parse error occurs:

Error: Parse error on line 24:
...         "schema:alumniOf",          "@type": rdf: H
-----------------------^
Expecting ':', got ','

Moving it here, since this is where the examples/v1 context is hosted. (A valid examples context can be found at https://github.com/digitalbazaar/vc-js/blob/master/lib/contexts/vc-examples-v1.js , if that's helpful)

dmitrizagidulin commented 5 years ago

Fix pending at PR #623.

msporny commented 5 years ago

PR #623 is merged, we should close this issue.

burnburn commented 5 years ago

WG resolution on 28 May 2019 call:

RESOLUTION: Issue #622 is resolved via PR #623, which fixes a bug in the JSON-LD context. Issue #622 should be closed immediately.