Enhance OpenAPI 3 import: add support for allOf, oneOf, and anyOf in example request generation#9653
Merged
shelby-moore merged 2 commits intoKong:developfrom Feb 13, 2026
Merged
Conversation
ce8c48a to
0e9a8c2
Compare
…example request generation
shelby-moore
approved these changes
Feb 13, 2026
Contributor
shelby-moore
left a comment
There was a problem hiding this comment.
Thank you for your contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This update enhances the OpenAPI 3 import functionality by adding support for the
allOf,oneOf, andanyOfkeywords in example request generation. Previously, the handling of these keywords was limited, often resulting in empty arrays or null values in generated examples (see screenshots for reference). With this improvement, example requests are now generated according to the OpenAPI 3 specification, ensuring that composed schemas are properly represented. OpenAPI 3.0 Data Models - oneOf, anyOf, allOf, notThis enhancement also resolves GitHub Issue #3046.
Before:

After:

Used example openapi3 json:
openapi-3-test-spec.json