vc-data-model icon indicating copy to clipboard operation
vc-data-model copied to clipboard

Missing context in an example?

Open iherman opened this issue 3 years ago • 1 comments

Looking at the examples in the chapter on extensibility in the Editors' draft. Example 15 starts with

{
    "@context ": [
        "https://www.w3.org/2018/credentials/v1",
        "https://www.w3.org/2018/credentials/examples/v1",
        "https://w3id.org/security/suites/ed25519-2020/v1"
    ],
}

The text then explains how one can create a new context file and this leads to Example 17 that starts with

{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://example.com/contexts/mycontext.jsonld"
    ],
}

The two context files .../examples/v1 and .../ed25519-2020/v1 are missing. One could explain the latter, because Example 17 does not include a proof section (although in my view it should, for the sake of completeness), but the former is definitely missing.

iherman avatar Feb 15 '22 14:02 iherman

Agree that this should be fixed.

msporny avatar Jun 11 '22 22:06 msporny

Fixed in dced606703fc36cd6a5a59c0b340e6fbfa458fdb, closing.

msporny avatar Dec 11 '22 19:12 msporny