plentymarkets / api-doc

8 stars 4 forks source link

Missing Payload Informations in openApi Specs #22

Open flo-hame opened 2 years ago

flo-hame commented 2 years ago

Currently I am trying to use the given openapi specs to generate go code. Generation works fine after a few manual steps.

But i realized that there are a lot of fields missing for models in the openapi specs. E.g. Variation only has field "id", but in real http response there are a lot more.

This results in an object only having "id" field.

Can you fix this please an provide all model fields foreach object in your openapi specs ?