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

.Net: fix: adds support of allOf for OpenAPI dynamic payload generation #10112

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

baywet
Copy link
Member

@baywet baywet commented Jan 7, 2025

Motivation and Context

Current dynamic payload generation does not support allOf in OpenAPI.

Description

This recursively parses allOf entries to add all properties from parent schemas.

Contribution Checklist

@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Jan 7, 2025
@github-actions github-actions bot changed the title fix: adds support of allOf for OpenAPI dynamic payload generation .Net: fix: adds support of allOf for OpenAPI dynamic payload generation Jan 7, 2025
@baywet baywet force-pushed the fix/all-of-schema-support branch from 445174b to b6d82ea Compare January 7, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants