.Net: Support OpenAPI request body schemas represented by allOf
, anyOf
and 'oneOf' keywords
#8997
Labels
Ignite
Features planned for next Ignite conference
.NET
Issue or Pull requests regarding .NET code
openapi
Issues related to the OpenAPI function importer
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Extend SK OpenAPI functionality to support the
allOf
,anyOf
, andoneOf
keywords when parsing operation request bodies.In cases where the request body has more than one schema, it should be possible to select which one to use during OpenAPI plugin/function imports. Import filters can be used for that: #6890
The text was updated successfully, but these errors were encountered: