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 generated class is empty (swagger_types is empty) if additionalProperties=true is used in openapi.yaml. It should at least list the properties that are defined. This issue applies to both flask-python and the ts client so it may be an issue related to the code gen tool (it may not be something related to the templates).
Not an immediate blocker but it'll be nice to fix this.
The generated class is empty (
swagger_types
is empty) ifadditionalProperties=true
is used inopenapi.yaml
. It should at least list the properties that are defined. This issue applies to both flask-python and the ts client so it may be an issue related to the code gen tool (it may not be something related to the templates).Not an immediate blocker but it'll be nice to fix this.
Related code is here:
explainaboard_web/backend/templates/util.mustache
Line 106 in 3ddab37
The text was updated successfully, but these errors were encountered: