We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
and also requires the type declaration, although this should not be required.
type
The following declaration should declare a type that can take any value:
definitions: AnyValue: {}
see: https://stackoverflow.com/questions/32841298/openapi-what-schema-to-accept-any-complex-json-value
The text was updated successfully, but these errors were encountered:
refs #3775 fixed Swagger schema parsing for types with no type defini…
00c4c29
…tion updated to 0.9.4.1 release
417689d
…tion (#3779) updated to 0.9.4.1 release
32e9e79
00db648
…tion (#3779) (#3780) updated to 0.9.4.1 release
davidnich
No branches or pull requests
and also requires the
type
declaration, although this should not be required.The following declaration should declare a type that can take any value:
see: https://stackoverflow.com/questions/32841298/openapi-what-schema-to-accept-any-complex-json-value
The text was updated successfully, but these errors were encountered: