You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reference JSON-LD processor at the Playground produces the expected output, but the code above (using the latest snapshot of titanium-json-ld) throws the following error: An @id entry was encountered whose value was not a string [code=INVALID_KEYWORD_ID_VALUE]
Additional context
This seems to be a separate issue from #171 since I get this error even when I load the flattened JSON-LD graph directly.
The text was updated successfully, but these errors were encountered:
Describe the bug
A valid JSON-LD frame with an id map (
"@container": "@id"
) fails with an error.To Reproduce
The relevant test data and frame can be found on the JSON-LD playground.
The flattened JSON-LD graph and frame are loaded and processed using the following code:
Expected behavior
The reference JSON-LD processor at the Playground produces the expected output, but the code above (using the latest snapshot of titanium-json-ld) throws the following error:
An @id entry was encountered whose value was not a string [code=INVALID_KEYWORD_ID_VALUE]
Additional context
This seems to be a separate issue from #171 since I get this error even when I load the flattened JSON-LD graph directly.
The text was updated successfully, but these errors were encountered: