Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: "nullable" cannot be used without "type" for properties without types #747

Open
dgmora opened this issue Sep 24, 2024 · 0 comments
Open

Comments

@dgmora
Copy link

dgmora commented Sep 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant