-
Notifications
You must be signed in to change notification settings - Fork 168
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
Introduce additional attribute json properties option #420
Introduce additional attribute json properties option #420
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #420 +/- ##
============================================
+ Coverage 28.40% 28.66% +0.26%
- Complexity 919 931 +12
============================================
Files 133 133
Lines 13007 13042 +35
Branches 2504 2505 +1
============================================
+ Hits 3695 3739 +44
+ Misses 8839 8830 -9
Partials 473 473
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder started |
modules/charon-core/src/main/java/org/wso2/charon3/core/attributes/AbstractAttribute.java
Outdated
Show resolved
Hide resolved
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12861245257
Purpose
The current implementation of the scim2/Schemas response supports only string-based additional properties. To enhance flexibility and allow the inclusion of more complex data structures, this update introduces the ability to add JSON objects as first-class properties to the Schemas endpoint. This is particularly useful for returning properties such as attribute profiles, which require a structured JSON format.
Related Issues