We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, please try this example: context:
{ "@context": { "@vocab": "https://w3id.org/security#", "value": { "@type": "multibase" } } }
document:
{ "@context": "https://.../0012-context.jsonld", "value": "z4mAs9uHU16jR4xwPcbhHyRUc6BbaiJQE5MJwn3PCWkRXsriK9AMrQQMbjzG9XXFPNgngmQXHKUz23WRSu9jSxPCF" }
the expected output is
[{ 0: https://..../0012-context.jsonld, 100: [0x7A,0xBC,0x24,0x3F, ... 65 bytes] }]
but got:
[{ 0: https://.../0012-context.jsonld, 100: z4mAs9uHU16jR4xwPcbhHyRUc6BbaiJQE5MJwn3PCWkRXsriK9AMrQQMbjzG9XXFPNgngmQXHKUz23WRSu9jSxPCF }]
The text was updated successfully, but these errors were encountered:
I think this should be covered now, but we should add a test (if we don't have one) to ensure it works properly.
Sorry, something went wrong.
No branches or pull requests
Hi,
please try this example:
context:
document:
the expected output is
but got:
The text was updated successfully, but these errors were encountered: