vc-data-model
vc-data-model copied to clipboard
Missing context in an example?
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.
Agree that this should be fixed.
Fixed in dced606703fc36cd6a5a59c0b340e6fbfa458fdb, closing.