Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork552
feat(openapi-typescript): support JSDoc examples from JSON schema examples array#2374
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
netlifybot commentedJul 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
👷 Deploy request foropenapi-ts pending review.Visit the deploys page to approve it
|
changeset-botbot commentedJul 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
🦋 Changeset detectedLatest commit:247b337 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means?Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Uh oh!
There was an error while loading.Please reload this page.
Changes
Implements#2371
Add JSDoc support for the recommended
examples
array on JSON Schema objects. Previously, only examples in the singularexample
property were added to the JSDoc, and now all examples in theexamples
array are also added as separate examples.How to Review
The code change was very minor, but since many of the example specs used
examples
already, the snapshots were updated in many places.Checklist
docs/
updated (if necessary)pnpm run update:examples
run (only applicable for openapi-typescript)