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
This is similar to #228, but I am having this error for a property without type:
properties:
name:
nullable: true
There's this issue that suggests that it is not required (a few other tools referenced this issue). The issue in my specific case is that the openapi spec is generated by a tool that cannot infer the type. It would be nice if openapi-backend could handle this (apparently valid) case.
The text was updated successfully, but these errors were encountered:
This is similar to #228, but I am having this error for a property without type:
There's this issue that suggests that it is not required (a few other tools referenced this issue). The issue in my specific case is that the openapi spec is generated by a tool that cannot infer the type. It would be nice if openapi-backend could handle this (apparently valid) case.
The text was updated successfully, but these errors were encountered: