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

docs: add free form properties schema type #3555

Merged
merged 2 commits into from Oct 20, 2023

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Oct 20, 2023

What this PR changes/adds

Adds the FreeFormPropertiesSchema type for openapi documentation

Why it does that

It will better describe the properties field, that are not strictly string -> object, but string -> any (in java there's no difference, but in the openapi domain there is)

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.

Linked Issue(s)

Also part of #3552

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

@ndr-brt ndr-brt added documentation Improvements or additions to documentation api Feature related to the (REST) api labels Oct 20, 2023
@ndr-brt ndr-brt requested a review from wolf4ood October 20, 2023 09:49
@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (2ea0ecc) 72.49% compared to head (5c0a6c3) 72.49%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3555      +/-   ##
==========================================
- Coverage   72.49%   72.49%   -0.01%     
==========================================
  Files         877      877              
  Lines       17473    17474       +1     
  Branches      994      994              
==========================================
  Hits        12667    12667              
- Misses       4390     4391       +1     
  Partials      416      416              
Files Coverage Δ
...dc/connector/api/management/asset/v3/AssetApi.java 0.00% <ø> (ø)
...management/transferprocess/TransferProcessApi.java 0.00% <ø> (ø)
.../management/configuration/ManagementApiSchema.java 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ndr-brt ndr-brt merged commit cba9558 into eclipse-edc:main Oct 20, 2023
17 checks passed
@ndr-brt ndr-brt deleted the 3552-additional-properties branch October 20, 2023 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Feature related to the (REST) api documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants