Skip to content
New issue

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

Remap properties based on context #99

Open
warriordog opened this issue Aug 10, 2023 · 0 comments
Open

Remap properties based on context #99

warriordog opened this issue Aug 10, 2023 · 0 comments
Labels
area:code Affects or applies to the library code status:blocked This issue cannot be completed due to an external conflict or blocker type:feature New feature or request

Comments

@warriordog
Copy link
Owner

The JSON-LD context is permitted to remap / rename properties, and we need to handle this case. This will require the full content of external contexts, so we need to either load it on-demand or require the implementing application to provide it in advance. The latter option is much easier but not technically accurate, as a remote context could still remap properties. Still, this should cover 99% of real-world cases so the proper implementation can wait until #TBD.

Depends on #98, #97, and #95.

@warriordog warriordog added type:feature New feature or request area:code Affects or applies to the library code status:blocked This issue cannot be completed due to an external conflict or blocker labels Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:code Affects or applies to the library code status:blocked This issue cannot be completed due to an external conflict or blocker type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant