jhthorsen / mojolicious-plugin-openapi

OpenAPI / Swagger plugin for Mojolicious
54 stars 42 forks source link

Support for v3 object parameters #159

Closed SebMourlhou closed 4 years ago

SebMourlhou commented 4 years ago

Parameters of type object are supported in OpenAPI 3. https://swagger.io/docs/specification/serialization/

It would be nice if the plugin could support this.

jhthorsen commented 4 years ago

What's missing here? https://github.com/jhthorsen/mojolicious-plugin-openapi/pull/154

SebMourlhou commented 4 years ago

154 allowed the plugin to support the parameters of type "array".

This ticket is about the parameters of type "object" (hash) which are supported in OpenAPI 3 (not in v2).

I'd like to make a PR for this. Already began but not enough tested... If I had enough time, I'll make a proposal next week.

Thanks for this great plugin !

SebMourlhou commented 4 years ago

Have you seen my comment ?

jhthorsen commented 4 years ago

I did see you comment, but then I lost track of time.

Closed by #184.