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
The schema anyOf is not implemented. This leads wrong schemas for values with anyOf and parsing issues.
Add a condition for anyOf in the function generatePropertiesContent() in the file swagger_models_generator.dart. Create the function generatePropertyContentByAnyOf() similar to generatePropertyContentByAllOf().
The text was updated successfully, but these errors were encountered:
The schema anyOf is not implemented. This leads wrong schemas for values with anyOf and parsing issues.
Add a condition for
anyOf
in the functiongeneratePropertiesContent()
in the fileswagger_models_generator.dart
. Create the functiongeneratePropertyContentByAnyOf()
similar togeneratePropertyContentByAllOf()
.The text was updated successfully, but these errors were encountered: