You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have partial support for the `oneOf` schemas.
This commit cleans up the generated schemas, by removing the `not`
definition from `oneOf` and also removing the empty properties like:
'''
{
property: { }
}
'''
fix: KaotoIO#1550fix: KaotoIO#948
Currently, we have partial support for the `oneOf` schemas.
This commit cleans up the generated schemas, by removing the `not`
definition from `oneOf` and also removing the empty properties like:
'''
{
property: { }
}
'''
fix: KaotoIO#1550fix: KaotoIO#948
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 10, 2024
Currently, we have partial support for the `oneOf` schemas.
This commit cleans up the generated schemas, by removing the `not`
definition from `oneOf` and also removing the empty properties like:
'''
{
property: { }
}
'''
fix: KaotoIO#1550fix: KaotoIO#948
Please describe the feature that you want to propose
With the upcoming refactor of the Tokenizer EIP, we need to support
oneOf
schemas.Relates to: #948
The text was updated successfully, but these errors were encountered: