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
For doing that we should remove defaut namespace registrations and each scope should register the needed namespaces.
This is a breaking change only for people who, when extending EDC uses the JsonLd service and do not specify the scope when compacting. The @vocab and edc prefixes will be removed from the default scope.
The text was updated successfully, but these errors were encountered:
Feature Request
Include the management API JSON-LD context in the
ManagementApiConfigurationExtension
.Since it's still experimental, it should be disabled by default and could be activated with a configuration.
Which Areas Would Be Affected?
JSONLD, management API
Why Is the Feature Desired?
improves JSON-LD usability
Solution Proposal
When the management API context is enabled the response should contains a clean
@context
like this:For doing that we should remove
defaut
namespace registrations and each scope should register the needed namespaces.This is a breaking change only for people who, when extending EDC uses the
JsonLd
service and do not specify the scope when compacting. The@vocab
andedc
prefixes will be removed from the default scope.The text was updated successfully, but these errors were encountered: