Closed jyasskin closed 3 months ago
https://www.w3.org/TR/vc-di-eddsa/#transformation-eddsa-rdfc-2022 takes a map that is not the result of the Node Map Generation algorithm and passes it to https://www.w3.org/TR/json-ld11-api/#deserialize-json-ld-to-rdf-algorithm, which expects "a map node map, which is the result of the Node Map Generation algorithm".
https://github.com/w3c/json-ld-api/issues/579 reports that this type requirement is unclear, but the discussion there indicates that you're expected to do the extra step in callers.
Purely editorial, fixed in 91016be54545682f41da23afdf8b77b90f05c515. /cc @dlongley @davidlehn @gkellogg
https://www.w3.org/TR/vc-di-eddsa/#transformation-eddsa-rdfc-2022 takes a map that is not the result of the Node Map Generation algorithm and passes it to https://www.w3.org/TR/json-ld11-api/#deserialize-json-ld-to-rdf-algorithm, which expects "a map node map, which is the result of the Node Map Generation algorithm".
https://github.com/w3c/json-ld-api/issues/579 reports that this type requirement is unclear, but the discussion there indicates that you're expected to do the extra step in callers.