Skip to content

feat: adopt conformsTo from dct#5780

Merged
wolf4ood merged 1 commit into
eclipse-edc:mainfrom
wolf4ood:feat/5774_conforms_to
May 26, 2026
Merged

feat: adopt conformsTo from dct#5780
wolf4ood merged 1 commit into
eclipse-edc:mainfrom
wolf4ood:feat/5774_conforms_to

Conversation

@wolf4ood
Copy link
Copy Markdown
Contributor

What this PR changes/adds

Adopt conformsTo from dct.

A new known property has been added into the Asset#properties conformsTo which is namespaced on dublin core (dct).

The property can be set on the asset and it will be shown in the Catalog Dataset . The conformTo term definition
has been added in edc management api context and in the additional edc jsonld context in dsp protocol.

Since it's not a term adopted yet by the upstream dsp protocol it's custom to edc profile of the dsp protocol.

Potential breaking change might arise if people were storing a conformTo property in the assets which previous of this PR where expanded into default edc namespace https://w3id.org/edc/v0.0.1/ns/ which could affect how the property is presented in the catalog and management api.

Why it does that

Briefly state why the change was necessary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Who will sponsor this feature?

Please @-mention the committer that will sponsor your feature.

Linked Issue(s)

Closes #5774

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@wolf4ood wolf4ood self-assigned this May 26, 2026
@wolf4ood wolf4ood added enhancement New feature or request breaking-change Will require manual intervention for version update labels May 26, 2026
@wolf4ood wolf4ood marked this pull request as ready for review May 26, 2026 08:17
@wolf4ood wolf4ood requested a review from a team as a code owner May 26, 2026 08:17
@wolf4ood wolf4ood merged commit 0771361 into eclipse-edc:main May 26, 2026
63 of 70 checks passed
@wolf4ood wolf4ood deleted the feat/5774_conforms_to branch May 26, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change Will require manual intervention for version update enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adopt conformsTo for Assets

3 participants