File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212 whitespace.
1313- Terms of the form of an IRI must map to the same IRI.
1414- Terms of the form of a relative IRI may not be used as prefixes.
15+ - Match spec error code "invalid context entry" vs "invalid context member".
1516
1617### Changed
1718- Keep term definitions mapping to null so they may be protected.
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ api.process = async ({
255255 'Invalid JSON-LD syntax; @propagate not compatible with ' +
256256 activeCtx . processingMode ,
257257 'jsonld.SyntaxError' ,
258- { code : 'invalid context member ' , context : ctx } ) ;
258+ { code : 'invalid context entry ' , context : ctx } ) ;
259259 }
260260 if ( typeof value !== 'boolean' ) {
261261 throw new JsonLdError (
You can’t perform that action at this time.
0 commit comments