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
I am using oneOfSchema one of my api endpoints.
oneOfSchema
I also use autogenerated documentation using apispec library.
apispec
I was expecting to see generated docs based on type_field and type_schemas. But I see nothing being generated.
type_field
type_schemas
Does this class work with autogenerated docs? or am I missing some configuration?
Thanks,
Art
The text was updated successfully, but these errors were encountered:
There is nothing automatic here to my knowledge.
I think this was already discussed in apispec. A quick searched found this thread: marshmallow-code/apispec#506.
The thing is this lib does not depend on apispec and conversely.
Sorry, something went wrong.
No branches or pull requests
I am using
oneOfSchema
one of my api endpoints.I also use autogenerated documentation using
apispec
library.I was expecting to see generated docs based on
type_field
andtype_schemas
. But I see nothing being generated.Does this class work with autogenerated docs? or am I missing some configuration?
Thanks,
Art
The text was updated successfully, but these errors were encountered: