Skip to content

Improve support for runtime JSON schema generation#14

Merged
SasinduDilshara merged 3 commits intoballerina-platform:mainfrom
Thevakumar-Luheerathan:ballerina-lib-iss-8101
Jul 24, 2025
Merged

Improve support for runtime JSON schema generation#14
SasinduDilshara merged 3 commits intoballerina-platform:mainfrom
Thevakumar-Luheerathan:ballerina-lib-iss-8101

Conversation

@Thevakumar-Luheerathan
Copy link
Member

@Thevakumar-Luheerathan Thevakumar-Luheerathan commented Jul 24, 2025

Purpose

Fixes: ballerina-platform/ballerina-library#8101

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@codecov
Copy link

codecov bot commented Jul 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.22%. Comparing base (9c65868) to head (aab90c5).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage   42.22%   42.22%           
=======================================
  Files           3        3           
  Lines         296      296           
  Branches       86       86           
=======================================
  Hits          125      125           
  Misses        171      171           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

};
}

if message.startsWith("Give me a random joke about cricketers") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if message.startsWith("Give me a random joke about cricketers") {
if message.startsWith("Give me a random joke about cricketers") {

@SasinduDilshara SasinduDilshara merged commit 3d77674 into ballerina-platform:main Jul 24, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve support for runtime JSON schema generation with the generate method of model providers

2 participants