Jérôme Lafréchoux

Results 373 comments of Jérôme Lafréchoux

I've been trying to take over #423. The issue with `from_dict` is that the generated schema has a default name (`"Generated"`) and apispec complains that `Multiple schemas resolved to the...

I don't remember but from your findings, the use case is still unsupported. It just seems to work but screws everything up. Let's keep the discussion in this thread.

No pb. Your comment may help someone facing the same issue. As you can see, it is not really in progress, unless someone wants to take charge.

Thanks for the example. I'm going to close this question. Anyone stuck with this, feel free to comment.

@hellbe see the "common parameters" part of that page: > Common Parameters for All Methods of a Path > Parameters shared by all operations of a path can be defined...

My understanding is that _parameters shared by all operations of a path can be defined on the path level **instead** of the operation level_ so our implementation conforms to the...

I would say it is a bug in client code. Should this lib actively try to catch this?

@rimvislt I'm afraid SQLA 2 is not supported at all (CI fails with 2.0). See #488.

And Enum field can't be instantiated like this. It requires an enum as argument.

@indiVar0508 could you please rebase this? @AbdealiLoKo review welcome after rebase. Thanks guys!